CopyAllTables 속성
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
어셈블리: Microsoft.SqlServer.TransferSqlServerObjectsTask(Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
구문
‘선언
Property CopyAllTables As Boolean
Get
Set
‘사용 방법
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean
value = instance.CopyAllTables
instance.CopyAllTables = value
bool CopyAllTables { get; set; }
property bool CopyAllTables {
bool get ();
void set (bool value);
}
abstract CopyAllTables : bool with get, set
function get CopyAllTables () : boolean
function set CopyAllTables (value : boolean)