DacDeployOptions.AdditionalDeploymentContributorArguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies additional deployment contributor arguments in addition to those already listed in the dacpac.
public string AdditionalDeploymentContributorArguments { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AdditionalDeploymentContributorArguments")]
public string AdditionalDeploymentContributorArguments { get; set; }
member this.AdditionalDeploymentContributorArguments : string with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AdditionalDeploymentContributorArguments")>]
member this.AdditionalDeploymentContributorArguments : string with get, set
Public Property AdditionalDeploymentContributorArguments As String
Property Value
- Attributes