Get or set boolean that specifies whether the source collation will be used for identifier comparison.
命名空间: Microsoft.SqlServer.Dac
程序集: Microsoft.SqlServer.Dac(在 Microsoft.SqlServer.Dac.dll 中)
语法
声明
Public Property CompareUsingTargetCollation As Boolean
Get
Set
用法
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)
属性值
类型:System.Boolean
False to use the source collation; otherwise, true to use the target collation. Default is false.