次の方法で共有


ITransferSqlServerObjectsTask.CopyAllSqlAssemblies プロパティ

定義

転送元データベースから転送先データベースに SQL Server のすべてのアセンブリを転送するかどうかを示す値を取得します。値の設定も可能です。

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

プロパティ値

すべてのSQL Serverアセンブリがソースからターゲット データベースに転送される場合は true、それ以外の場合は false。

適用対象