Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.