Share via


ScriptCache.RemoveFromCustomMetadataCache Method

Removes the metadata from the specified cache entry.

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
)

Parameters

.NET Framework Security

See Also

Reference

ScriptCache Class

Microsoft.Data.Schema.SchemaModel Namespace