Partager via


ScriptCache.TryGetMetadata, méthode

Retourne une valeur qui indique si la récupération des métadonnées spécifiées a réussi.

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

Syntaxe

'Déclaration
Public Overridable Function TryGetMetadata ( _
    cacheIdentifier As String, _
    <OutAttribute> ByRef metadata As IDictionary(Of String, String) _
) As Boolean
public virtual bool TryGetMetadata(
    string cacheIdentifier,
    out IDictionary<string, string> metadata
)
public:
virtual bool TryGetMetadata(
    String^ cacheIdentifier, 
    [OutAttribute] IDictionary<String^, String^>^% metadata
)
abstract TryGetMetadata : 
        cacheIdentifier:string * 
        metadata:IDictionary<string, string> byref -> bool 
override TryGetMetadata : 
        cacheIdentifier:string * 
        metadata:IDictionary<string, string> byref -> bool 
public function TryGetMetadata(
    cacheIdentifier : String, 
    metadata : IDictionary<String, String>
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si les métadonnées ont été correctement récupérées ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ScriptCache Classe

Microsoft.Data.Schema.SchemaModel, espace de noms