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.
- customMetadata
Type : System.Collections.Generic.IDictionary<String, String>
Dictionnaire de chaînes de métadonnées nommées.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.