Table.SwitchPartition Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| SwitchPartition(Int32, Table, Int32) |
Passa la partizione con il numero di partizione sourcePartitionNumber della tabella corrente alla partizione con il numero di partizione targetPartitionNumber della tabella specificata con targetTable. |
| SwitchPartition(Int32, Table) |
Passa la partizione con il numero di partizione sourcePartitionNumber della tabella corrente alla tabella specificata con targetTable. Si presuppone che la tabella di destinazione non sia partizionata. |
| SwitchPartition(Table) |
Passa la tabella corrente alla tabella specificata con targetTable. |
| SwitchPartition(Table, Int32) |
Passa la tabella corrente alla partizione con il numero di partizione targetPartitionNumber della tabella specificata con targetTable. |
SwitchPartition(Int32, Table, Int32)
Passa la partizione con il numero di partizione sourcePartitionNumber della tabella corrente alla partizione con il numero di partizione targetPartitionNumber della tabella specificata con 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)
Parametri
- sourcePartitionNumber
- Int32
- targetTable
- Table
- targetPartitionNumber
- Int32
Si applica a
SwitchPartition(Int32, Table)
Passa la partizione con il numero di partizione sourcePartitionNumber della tabella corrente alla tabella specificata con targetTable. Si presuppone che la tabella di destinazione non sia partizionata.
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)
Parametri
- sourcePartitionNumber
- Int32
- targetTable
- Table
Si applica a
SwitchPartition(Table)
Passa la tabella corrente alla tabella specificata con 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)
Parametri
- targetTable
- Table
Si applica a
SwitchPartition(Table, Int32)
Passa la tabella corrente alla partizione con il numero di partizione targetPartitionNumber della tabella specificata con 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)
Parametri
- targetTable
- Table
- targetPartitionNumber
- Int32