共用方式為


DacDeployOptions.AdditionalDeploymentContributorArguments 屬性

Specifies additional deployment contributor arguments in addition to those already listed in the dacpac.

命名空間:  Microsoft.SqlServer.Dac
組件:  Microsoft.SqlServer.Dac (在 Microsoft.SqlServer.Dac.dll 中)

語法

'宣告
Public Property AdditionalDeploymentContributorArguments As String 
    Get 
    Set
'用途
Dim instance As DacDeployOptions 
Dim value As String 

value = instance.AdditionalDeploymentContributorArguments

instance.AdditionalDeploymentContributorArguments = value
public string AdditionalDeploymentContributorArguments { get; set; }
public:
property String^ AdditionalDeploymentContributorArguments {
    String^ get ();
    void set (String^ value);
}
member AdditionalDeploymentContributorArguments : string with get, set
function get AdditionalDeploymentContributorArguments () : String 
function set AdditionalDeploymentContributorArguments (value : String)

屬性值

型別:System.String

請參閱

參考

DacDeployOptions 類別

Microsoft.SqlServer.Dac 命名空間