TransferBase.CopyAllSqlAssemblies プロパティ
転送操作で転送元データベースから転送先データベースに SQL Server のすべてのアセンブリをコピーするかどうかを示す値を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)
構文
'宣言
Public Property CopyAllSqlAssemblies As Boolean
Get
Set
'使用
Dim instance As TransferBase
Dim value As Boolean
value = instance.CopyAllSqlAssemblies
instance.CopyAllSqlAssemblies = value
public bool CopyAllSqlAssemblies { get; set; }
public:
property bool CopyAllSqlAssemblies {
bool get ();
void set (bool value);
}
member CopyAllSqlAssemblies : bool with get, set
function get CopyAllSqlAssemblies () : boolean
function set CopyAllSqlAssemblies (value : boolean)
プロパティ値
型: System.Boolean
SQL Server のすべてのアセンブリを転送元データベースから転送先データベースにコピーする場合は true、それ以外の場合は false です。既定値は false です。