ITransferSqlServerObjectsTask.UseCollation 属性

定义

获取或设置一个值,该值指示传输是否应使用排序规则。

public:
 property bool UseCollation { bool get(); void set(bool value); };
public bool UseCollation { get; set; }
member this.UseCollation : bool with get, set
Public Property UseCollation As Boolean

属性值

如果传输包含排序规则,则为 true;否则为 false。

适用于