Table.SwitchPartition 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 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