Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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>
Property Value
Type: System.Collections.Generic.Dictionary<String, Object>
The dictionary of the specified field.