ITransferSqlServerObjectsTask.CopyAllSchemas プロパティ

定義

すべてのSQL Serverスキーマがソースからターゲットデータベースへ転送されているかどうかを示す値を取得または設定します。

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

プロパティ値

すべてのSQL Serverスキーマがソースからターゲットデータベースに転送された場合はtrueで、そうでなければfalseとなります。

適用対象