Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.