Table.SwitchPartition 메서드

정의

오버로드

Name Description
SwitchPartition(Int32, Table, Int32)

현재 테이블의 파티션 번호 sourcePartitionNumber가 있는 파티션을 targetTable로 지정된 테이블의 파티션 번호 targetPartitionNumber를 사용하여 파티션으로 전환합니다.

SwitchPartition(Int32, Table)

현재 테이블의 파티션 번호 sourcePartitionNumber를 사용하여 파티션을 targetTable로 지정된 테이블로 전환합니다. 대상 테이블이 분할되지 않은 것으로 가정합니다.

SwitchPartition(Table)

현재 테이블을 targetTable로 지정된 테이블로 전환합니다.

SwitchPartition(Table, Int32)

targetTable로 지정된 테이블의 파티션 번호 targetPartitionNumber를 사용하여 현재 테이블을 파티션으로 전환합니다.

SwitchPartition(Int32, Table, Int32)

현재 테이블의 파티션 번호 sourcePartitionNumber가 있는 파티션을 targetTable로 지정된 테이블의 파티션 번호 targetPartitionNumber를 사용하여 파티션으로 전환합니다.

public void SwitchPartition(int sourcePartitionNumber, Microsoft.SqlServer.Management.Smo.Table targetTable, int targetPartitionNumber);
member this.SwitchPartition : int * Microsoft.SqlServer.Management.Smo.Table * int -> unit
Public Sub SwitchPartition (sourcePartitionNumber As Integer, targetTable As Table, targetPartitionNumber As Integer)

매개 변수

sourcePartitionNumber
Int32
targetTable
Table
targetPartitionNumber
Int32

적용 대상

SwitchPartition(Int32, Table)

현재 테이블의 파티션 번호 sourcePartitionNumber를 사용하여 파티션을 targetTable로 지정된 테이블로 전환합니다. 대상 테이블이 분할되지 않은 것으로 가정합니다.

public void SwitchPartition(int sourcePartitionNumber, Microsoft.SqlServer.Management.Smo.Table targetTable);
member this.SwitchPartition : int * Microsoft.SqlServer.Management.Smo.Table -> unit
Public Sub SwitchPartition (sourcePartitionNumber As Integer, targetTable As Table)

매개 변수

sourcePartitionNumber
Int32
targetTable
Table

적용 대상

SwitchPartition(Table)

현재 테이블을 targetTable로 지정된 테이블로 전환합니다.

public void SwitchPartition(Microsoft.SqlServer.Management.Smo.Table targetTable);
member this.SwitchPartition : Microsoft.SqlServer.Management.Smo.Table -> unit
Public Sub SwitchPartition (targetTable As Table)

매개 변수

targetTable
Table

적용 대상

SwitchPartition(Table, Int32)

targetTable로 지정된 테이블의 파티션 번호 targetPartitionNumber를 사용하여 현재 테이블을 파티션으로 전환합니다.

public void SwitchPartition(Microsoft.SqlServer.Management.Smo.Table targetTable, int targetPartitionNumber);
member this.SwitchPartition : Microsoft.SqlServer.Management.Smo.Table * int -> unit
Public Sub SwitchPartition (targetTable As Table, targetPartitionNumber As Integer)

매개 변수

targetTable
Table
targetPartitionNumber
Int32

적용 대상