Partager via


Propriété IUrnFragment.FieldDictionary

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
ReadOnly Property FieldDictionary As Dictionary(Of String, Object)
    Get
'Utilisation
Dim instance As IUrnFragment 
Dim value As Dictionary(Of String, Object)

value = instance.FieldDictionary
Dictionary<string, Object> FieldDictionary { get; }
property Dictionary<String^, Object^>^ FieldDictionary {
    Dictionary<String^, Object^>^ get ();
}
abstract FieldDictionary : Dictionary<string, Object>
function get FieldDictionary () : Dictionary<String, Object>

Valeur de propriété

Type : System.Collections.Generic.Dictionary<String, Object>
The dictionary of the specified field.

Voir aussi

Référence

IUrnFragment Interface

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc