Compartir a través de


DacDeployOptions.AllowIncompatiblePlatform Propiedad

Definición

Obtiene o establece un valor booleano que especifica si la implementación se bloqueará debido a la compatibilidad de la 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 de propiedad

True para permitir la implementación en plataformas incompatibles; de lo contrario, la implementación no continuará para plataformas incompatibles. El valor predeterminado es False.

Atributos

Se aplica a