Partilhar via


DacDeployOptions.AllowIncompatiblePlatform Propriedade

Definição

Obtém ou define um booliano que especifica se a implantação será bloqueada devido a compatibilidade de plataforma.

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

Valor da propriedade

True para permitir a implantação em plataformas incompatíveis; caso contrário, a implantação não continuará para plataformas incompatíveis. O padrão é false.

Atributos

Aplica-se a