Sdílet prostřednictvím


ScriptCache.RemoveFromCustomMetadataCache – metoda

Odebere metadata z mezipaměti zadané položky.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • canonicalFileName
    Typ: System.String
    Identifikátor mezipaměti.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ScriptCache Třída

Microsoft.Data.Schema.SchemaModel – obor názvů