DacExportOptions.VerifyExtraction プロパティ

定義

抽出されたパッケージを検証するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

パッケージを確認する必要がある場合は true、それ以外の場合は false です。 既定値は true です。

属性

適用対象