IUrnFragment.FieldDictionary 属性

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
ReadOnly Property FieldDictionary As Dictionary(Of String, Object)
    Get
用法
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>

属性值

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

请参阅

参考

IUrnFragment 接口

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间