次の方法で共有


DeploymentContributorContext.Arguments プロパティ

名前付き引数とその値の辞書を取得または設定します。

名前空間:  Microsoft.SqlServer.Dac.Deployment
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public ReadOnly Property Arguments As Dictionary(Of String, String)
    Get
'使用
Dim instance As DeploymentContributorContext 
Dim value As Dictionary(Of String, String)

value = instance.Arguments
public Dictionary<string, string> Arguments { get; }
public:
property Dictionary<String^, String^>^ Arguments {
    Dictionary<String^, String^>^ get ();
}
member Arguments : Dictionary<string, string>
function get Arguments () : Dictionary<String, String>

プロパティ値

型: System.Collections.Generic.Dictionary<String, String>

関連項目

参照

DeploymentContributorContext クラス

Microsoft.SqlServer.Dac.Deployment 名前空間