名前付きプロパティとその値の辞書を取得します。
名前空間: Microsoft.SqlServer.Dac.Deployment
アセンブリ: Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)
構文
'宣言
Public ReadOnly Property BuildProperties As IDictionary(Of String, Object)
Get
'使用
Dim instance As BuildContributorContext
Dim value As IDictionary(Of String, Object)
value = instance.BuildProperties
public IDictionary<string, Object> BuildProperties { get; }
public:
property IDictionary<String^, Object^>^ BuildProperties {
IDictionary<String^, Object^>^ get ();
}
member BuildProperties : IDictionary<string, Object>
function get BuildProperties () : IDictionary<String, Object>
プロパティ値
型: System.Collections.Generic.IDictionary<String, Object>