Udostępnij za pośrednictwem


Metoda Table.SwitchPartition (Int32, Table)

Przełącza określonej partycji tabela do tabela określone miejsce docelowe określone (przy założeniu tabela docelowej nie jest podzielony na partycje).

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub SwitchPartition ( _
    sourcePartitionNumber As Integer, _
    targetTable As Table _
)
'Użycie
Dim instance As Table
Dim sourcePartitionNumber As Integer
Dim targetTable As Table

instance.SwitchPartition(sourcePartitionNumber, _
    targetTable)
public void SwitchPartition(
    int sourcePartitionNumber,
    Table targetTable
)
public:
void SwitchPartition(
    int sourcePartitionNumber, 
    Table^ targetTable
)
member SwitchPartition : 
        sourcePartitionNumber:int * 
        targetTable:Table -> unit 
public function SwitchPartition(
    sourcePartitionNumber : int, 
    targetTable : Table
)

Parametry

  • sourcePartitionNumber
    Typ: System.Int32
    Int32 Wartość określająca liczbę partycji partycja źródłowa.