Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Get or set boolean that specifies whether the source collation will be used for identifier comparison.
Espacio de nombres: Microsoft.SqlServer.Dac.Deployment
Ensamblado: Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxis
'Declaración
Public ReadOnly Property CompareUsingTargetCollation As Boolean
Get
'Uso
Dim instance As SqlDeploymentOptions
Dim value As Boolean
value = instance.CompareUsingTargetCollation
public bool CompareUsingTargetCollation { get; }
public:
property bool CompareUsingTargetCollation {
bool get ();
}
member CompareUsingTargetCollation : bool
function get CompareUsingTargetCollation () : boolean
Valor de la propiedad
Tipo: System.Boolean
False to use the source collation; otherwise, true to use the target collation. Default is false.