DacExtractOptions.ExtractTarget 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.
Get the type of extract target used when extracting a database to file system or a dacpac.
public Microsoft.SqlServer.Dac.DacExtractTarget ExtractTarget { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ExtractTarget")]
public Microsoft.SqlServer.Dac.DacExtractTarget ExtractTarget { get; set; }
member this.ExtractTarget : Microsoft.SqlServer.Dac.DacExtractTarget with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ExtractTarget")>]
member this.ExtractTarget : Microsoft.SqlServer.Dac.DacExtractTarget with get, set
Public Property ExtractTarget As DacExtractTarget
Property Value
Enumeration value that specifies the type of extract target used when extracting a database to file system. Default value is Dacpac.
- Attributes