Share via


SqlDeploymentOptions.AllowIncompatiblePlatform Property

Definition

Get boolean that specifies whether deployment will block due to platform compatibility.

public bool AllowIncompatiblePlatform { get; }
member this.AllowIncompatiblePlatform : bool
Public ReadOnly Property AllowIncompatiblePlatform As Boolean

Property Value

True to allow deployment to incompatible platforms; otherwise, deployment will not proceed for incompatible platforms. Default is false.

Applies to