ScriptCache.GetMetadata, méthode
Retourne un dictionnaire en lecture seule de métadonnées associé à l'identificateur de cache fourni.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Overridable Function GetMetadata ( _
cacheIdentifier As String _
) As IDictionary(Of String, String)
public virtual IDictionary<string, string> GetMetadata(
string cacheIdentifier
)
public:
virtual IDictionary<String^, String^>^ GetMetadata(
String^ cacheIdentifier
)
abstract GetMetadata :
cacheIdentifier:string -> IDictionary<string, string>
override GetMetadata :
cacheIdentifier:string -> IDictionary<string, string>
public function GetMetadata(
cacheIdentifier : String
) : IDictionary<String, String>
Paramètres
- cacheIdentifier
Type : System.String
Identificateur de cache.
Valeur de retour
Type : System.Collections.Generic.IDictionary<String, String>
Dictionnaire en lecture seule de métadonné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.