Expand Minimize
This topic has not yet been rated - Rate this topic

DacDeployOptions.VerifyCollationCompatibility Property

SQL Server 2012

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
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
public bool VerifyCollationCompatibility { get; set; }

Property Value

Type: System.Boolean
True to continue if errors are generated during plan verification; otherwise, false. Default is true.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.