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)