次の方法で共有


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>
指定したフィールドの辞書です。

関連項目

参照

IUrnFragment インターフェイス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間