CopyAllObjects プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
アセンブリ: Microsoft.SqlServer.TransferSqlServerObjectsTask (Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
構文
'宣言
Property CopyAllObjects As Boolean
Get
Set
'使用
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean
value = instance.CopyAllObjects
instance.CopyAllObjects = value
bool CopyAllObjects { get; set; }
property bool CopyAllObjects {
bool get ();
void set (bool value);
}
abstract CopyAllObjects : bool with get, set
function get CopyAllObjects () : boolean
function set CopyAllObjects (value : boolean)