FieldDictionary-Eigenschaft
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
ReadOnly Property FieldDictionary As Dictionary(Of String, Object)
Get
'Usage
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>
Eigenschaftswert
Typ: System.Collections.Generic. . :: . .Dictionary< (Of < ( <'String, Object> ) > ) >
The dictionary of the specified field.