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
- cacheIdentifier
Type : System.String
Identificateur de cache.
- metadata
Type : System.Collections.Generic.IDictionary<String, String>%
(Sortie) Métadonnées récupérées.
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
- 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.