Share via


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 네임스페이스