DacDeployOptions.AdditionalDeploymentContributorPaths 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 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