Share via


DacExtractOptions.ExtractTarget Property

Definition

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

Applies to