DacDeployOptions.AdditionalDeploymentContributorPaths Property

Definition

Specifies paths to load additional deployment contributors. This should be a semi-colon delimited list of values.

public string AdditionalDeploymentContributorPaths { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AdditionalDeploymentContributorPaths")]
public string AdditionalDeploymentContributorPaths { get; set; }
member this.AdditionalDeploymentContributorPaths : string with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AdditionalDeploymentContributorPaths")>]
member this.AdditionalDeploymentContributorPaths : string with get, set
Public Property AdditionalDeploymentContributorPaths As String

Property Value

Attributes

Applies to