Metoda Table.SwitchPartition (Int32, Table, Int32)
Przełącza określonego partycja źródłowa do wskazanej miejsce docelowe tabela określonej miejsce docelowe tabela.
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, _
targetPartitionNumber As Integer _
)
'Użycie
Dim instance As Table
Dim sourcePartitionNumber As Integer
Dim targetTable As Table
Dim targetPartitionNumber As Integer
instance.SwitchPartition(sourcePartitionNumber, _
targetTable, targetPartitionNumber)
public void SwitchPartition(
int sourcePartitionNumber,
Table targetTable,
int targetPartitionNumber
)
public:
void SwitchPartition(
int sourcePartitionNumber,
Table^ targetTable,
int targetPartitionNumber
)
member SwitchPartition :
sourcePartitionNumber:int *
targetTable:Table *
targetPartitionNumber:int -> unit
public function SwitchPartition(
sourcePartitionNumber : int,
targetTable : Table,
targetPartitionNumber : int
)
Parametry
- sourcePartitionNumber
Typ: System.Int32
Int32 Wartość określająca liczbę partycji partycja źródłowa.
- targetTable
Typ: Microsoft.SqlServer.Management.Smo.Table
A Table wartość obiektu, który określa tabela w partycji wymagane.
- targetPartitionNumber
Typ: System.Int32
Int32 Wartość określająca liczbę partycji partycja docelowa.