Sdílet prostřednictvím


SqlDeploymentOptions.VerifyCollationCompatibility Property

Get or set boolean that specifies whether deployment will verify that the collation specified in the source model is compatible with the collation specified in the target model.

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public ReadOnly Property VerifyCollationCompatibility As Boolean 
    Get
'Usage
Dim instance As SqlDeploymentOptions 
Dim value As Boolean 

value = instance.VerifyCollationCompatibility
public bool VerifyCollationCompatibility { get; }
public:
property bool VerifyCollationCompatibility {
    bool get ();
}
member VerifyCollationCompatibility : bool
function get VerifyCollationCompatibility () : boolean

Property Value

Type: System.Boolean
True to continue if errors are generated during plan verification; otherwise, false. Default is true.

See Also

Reference

SqlDeploymentOptions Class

Microsoft.SqlServer.Dac.Deployment Namespace