ユーザー定義の配置コントリビューターに渡される引数を取得または設定します。
名前空間: Microsoft.SqlServer.Dac
アセンブリ: Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)
構文
'宣言
Public Property ContributorArguments As IDictionary(Of String, String)
Get
Set
'使用
Dim instance As PackageOptions
Dim value As IDictionary(Of String, String)
value = instance.ContributorArguments
instance.ContributorArguments = value
public IDictionary<string, string> ContributorArguments { get; set; }
public:
property IDictionary<String^, String^>^ ContributorArguments {
IDictionary<String^, String^>^ get ();
void set (IDictionary<String^, String^>^ value);
}
member ContributorArguments : IDictionary<string, string> with get, set
function get ContributorArguments () : IDictionary<String, String>
function set ContributorArguments (value : IDictionary<String, String>)
プロパティ値
型: System.Collections.Generic.IDictionary<String, String>