DacDeployOptions.AllowIncompatiblePlatform Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines werts vom Typ Boolean, der angibt, ob die Bereitstellung aufgrund der Plattformkompatibilität blockiert wird.

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

Eigenschaftswert

True, um die Bereitstellung auf inkompatiblen Plattformen zuzulassen; andernfalls wird die Bereitstellung für inkompatible Plattformen nicht fortgesetzt. Die Standardeinstellung ist "false".

Attribute

Gilt für: