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