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 the source collation will be used for identifier comparison.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Property CompareUsingTargetCollation As Boolean
Get
Set
'Usage
Dim instance As DacDeployOptions
Dim value As Boolean
value = instance.CompareUsingTargetCollation
instance.CompareUsingTargetCollation = value
public bool CompareUsingTargetCollation { get; set; }
public:
property bool CompareUsingTargetCollation {
bool get ();
void set (bool value);
}
member CompareUsingTargetCollation : bool with get, set
function get CompareUsingTargetCollation () : boolean
function set CompareUsingTargetCollation (value : boolean)
Eigenschaftswert
Typ: System.Boolean
False to use the source collation; otherwise, true to use the target collation. Default is false.