SqlDeploymentOptions.AllowIncompatiblePlatform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.