DacImportOptions.ImportContributorPaths Property

Definition

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

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

Property Value

Attributes

Applies to