Share via


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。

適用対象