Partager via


ScriptCache.AddToCustomMetadataCache, méthode

Définit les métadonnées associées à une entrée de cache.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Protected Sub AddToCustomMetadataCache ( _
    canonicalFileName As String, _
    customMetadata As IDictionary(Of String, String) _
)
protected void AddToCustomMetadataCache(
    string canonicalFileName,
    IDictionary<string, string> customMetadata
)
protected:
void AddToCustomMetadataCache(
    String^ canonicalFileName, 
    IDictionary<String^, String^>^ customMetadata
)
member AddToCustomMetadataCache : 
        canonicalFileName:string * 
        customMetadata:IDictionary<string, string> -> unit 
protected function AddToCustomMetadataCache(
    canonicalFileName : String, 
    customMetadata : IDictionary<String, String>
)

Paramètres

  • canonicalFileName
    Type : System.String
    Identificateur de l'entrée de cache.

Sécurité .NET Framework

Voir aussi

Référence

ScriptCache Classe

Microsoft.Data.Schema.SchemaModel, espace de noms