Partilhar via


Método ScriptCache.RemoveFromCustomMetadataCache

Remove os metadados da entrada de cache especificado.

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

Sintaxe

'Declaração
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
)

Parâmetros

  • canonicalFileName
    Tipo: System.String
    O identificador de cache.

Segurança do .NET Framework

Consulte também

Referência

ScriptCache Classe

Namespace Microsoft.Data.Schema.SchemaModel