共用方式為


PackageOptions.ContributorArguments 屬性

Gets or sets the arguments that are passed to the user-defined deployment contributor.

命名空間:  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>

請參閱

參考

PackageOptions 類別

Microsoft.SqlServer.Dac 命名空間