Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- canonicalFileName
Type: System.String
The cache identifier.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.