DacExtractOptions.ExtractTarget 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得擷取資料庫至檔案系統或 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
屬性值
列舉值,指定擷取資料庫至檔案系統時所使用的擷取目標型別。 預設值為 Dacpac。
- 屬性