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

Valeur de retour

Type : System.Collections.Generic.IDictionary<String, String>
Dictionnaire en lecture seule de métadonnées.

Sécurité .NET Framework

Voir aussi

Référence

ScriptCache Classe

Microsoft.Data.Schema.SchemaModel, espace de noms