Compartir a través de


DacExportOptions.VerifyExtraction Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se debe comprobar el paquete extraído.

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

Valor de propiedad

Es true si se debe comprobar el paquete; de lo contrario, es false. El valor predeterminado es true.

Atributos

Se aplica a