共用方式為


DacDeployOptions.CompareUsingTargetCollation 屬性

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.

請參閱

參考

DacDeployOptions 類別

Microsoft.SqlServer.Dac 命名空間