Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Get or set boolean that specifies whether the source collation will be used for identifier comparison.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property CompareUsingTargetCollation As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
False to use the source collation; otherwise, true to use the target collation. Default is false.