次の方法で共有


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。

適用対象