DacImportOptions.ImportContributorPaths 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 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