Table.SwitchPartition Método

Definição

Sobrecargas

Nome Description
SwitchPartition(Int32, Table, Int32)

Alterna a partição com o número de partição sourcePartitionNumber da tabela atual para a partição com o número de partição targetPartitionNumber da tabela especificada com targetTable.

SwitchPartition(Int32, Table)

Alterna a partição com o número de partição sourcePartitionNumber da tabela atual para a tabela especificada com targetTable. Isso pressupõe que a tabela de destino não seja particionada.

SwitchPartition(Table)

Alterna a tabela atual para a tabela especificada com targetTable.

SwitchPartition(Table, Int32)

Alterna a tabela atual para a partição com o número de partição targetPartitionNumber da tabela especificada com targetTable.

SwitchPartition(Int32, Table, Int32)

Alterna a partição com o número de partição sourcePartitionNumber da tabela atual para a partição com o número de partição targetPartitionNumber da tabela especificada com 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)

Parâmetros

sourcePartitionNumber
Int32
targetTable
Table
targetPartitionNumber
Int32

Aplica-se a

SwitchPartition(Int32, Table)

Alterna a partição com o número de partição sourcePartitionNumber da tabela atual para a tabela especificada com targetTable. Isso pressupõe que a tabela de destino não seja particionada.

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)

Parâmetros

sourcePartitionNumber
Int32
targetTable
Table

Aplica-se a

SwitchPartition(Table)

Alterna a tabela atual para a tabela especificada com 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)

Parâmetros

targetTable
Table

Aplica-se a

SwitchPartition(Table, Int32)

Alterna a tabela atual para a partição com o número de partição targetPartitionNumber da tabela especificada com 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)

Parâmetros

targetTable
Table
targetPartitionNumber
Int32

Aplica-se a