Partager via


DacDeployOptions.AllowIncompatiblePlatform Propriété

Définition

Obtenez ou définissez la valeur booléenne qui spécifie si le déploiement se bloque en raison de la compatibilité de la plateforme.

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

Valeur de propriété

True pour autoriser le déploiement sur des plateformes incompatibles ; sinon, le déploiement ne se poursuit pas pour les plateformes incompatibles. La valeur par défaut est false.

Attributs

S’applique à