Table.SwitchPartition Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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