ScriptCache.RemoveFromCustomMetadataCache-Methode

Entfernt die Metadaten aus dem angegebenen Cacheeintrag.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Sub RemoveFromCustomMetadataCache ( _
    canonicalFileName As String _
)
protected void RemoveFromCustomMetadataCache(
    string canonicalFileName
)
protected:
void RemoveFromCustomMetadataCache(
    String^ canonicalFileName
)
member RemoveFromCustomMetadataCache : 
        canonicalFileName:string -> unit 
protected function RemoveFromCustomMetadataCache(
    canonicalFileName : String
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ScriptCache Klasse

Microsoft.Data.Schema.SchemaModel-Namespace