DacDeployOptions.AdditionalDeploymentContributors 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 contributors which should run - in addition to those specified in the dacpac.
public string AdditionalDeploymentContributors { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AdditionalDeploymentContributors")]
public string AdditionalDeploymentContributors { get; set; }
member this.AdditionalDeploymentContributors : string with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AdditionalDeploymentContributors")>]
member this.AdditionalDeploymentContributors : string with get, set
Public Property AdditionalDeploymentContributors As String
Property Value
- Attributes