Partilhar via


Propriedade do RDL SqlDeploymentOptions.VerifyCollationCompatibility

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 (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public ReadOnly Property VerifyCollationCompatibility As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

SqlDeploymentOptions Classe

Namespace Microsoft.SqlServer.Dac.Deployment