共用方式為


SqlDeploymentOptions.CompareUsingTargetCollation 屬性

Get or set boolean that specifies whether the source collation will be used for identifier comparison.

命名空間:  Microsoft.SqlServer.Dac.Deployment
組件:  Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)

語法

'宣告
Public ReadOnly Property CompareUsingTargetCollation As Boolean 
    Get
'用途
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

屬性值

型別:System.Boolean
False to use the source collation; otherwise, true to use the target collation. Default is false.

請參閱

參考

SqlDeploymentOptions 類別

Microsoft.SqlServer.Dac.Deployment 命名空間