Freigeben über


SqlDeploymentOptions.VerifyCollationCompatibility-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

SqlDeploymentOptions Klasse

Microsoft.SqlServer.Dac.Deployment-Namespace