SwitchPartition 메서드 (Table)

지정한 대상 테이블로 테이블의 파티션을 전환합니다.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub SwitchPartition ( _
    targetTable As Table _
)
‘사용 방법
Dim instance As Table
Dim targetTable As Table

instance.SwitchPartition(targetTable)
public void SwitchPartition(
    Table targetTable
)
public:
void SwitchPartition(
    Table^ targetTable
)
member SwitchPartition : 
        targetTable:Table -> unit 
public function SwitchPartition(
    targetTable : Table
)

매개 변수