Table.SwitchPartition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SwitchPartition(Table) |
Switches the current table to the table specified with targetTable. |
SwitchPartition(Table, Int32) |
Switches the current table to the partition with the partition number targetPartitionNumber of the table specified with targetTable. |
SwitchPartition(Int32, Table) |
Switches the partition with the partition number sourcePartitionNumber of the current table to the table specified with targetTable. This assumes that the target table is not partitioned. |
SwitchPartition(Int32, Table, Int32) |
Switches the partition with the partition number sourcePartitionNumber of the current table to the partition with the partition number targetPartitionNumber of the table specified with targetTable. |
SwitchPartition(Table)
Switches the current table to the table specified with 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)
Parameters
- targetTable
- Table
Applies to
SwitchPartition(Table, Int32)
Switches the current table to the partition with the partition number targetPartitionNumber of the table specified with targetTable.
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)
Parameters
- targetTable
- Table
- targetPartitionNumber
- Int32
Applies to
SwitchPartition(Int32, Table)
Switches the partition with the partition number sourcePartitionNumber of the current table to the table specified with targetTable. This assumes that the target table is not partitioned.
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)
Parameters
- sourcePartitionNumber
- Int32
- targetTable
- Table
Applies to
SwitchPartition(Int32, Table, Int32)
Switches the partition with the partition number sourcePartitionNumber of the current table to the partition with the partition number targetPartitionNumber of the table specified with targetTable.
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)
Parameters
- sourcePartitionNumber
- Int32
- targetTable
- Table
- targetPartitionNumber
- Int32