Metoda SwitchPartition (Table, Int32)
Przełącza tabela partycji z liczbą określonej partycji tabela określonej miejsce docelowe.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public Sub SwitchPartition ( _
targetTable As Table, _
targetPartitionNumber As Integer _
)
'Użycie
Dim instance As Table
Dim targetTable As Table
Dim targetPartitionNumber As Integer
instance.SwitchPartition(targetTable, _
targetPartitionNumber)
public void SwitchPartition(
Table targetTable,
int targetPartitionNumber
)
public:
void SwitchPartition(
Table^ targetTable,
int targetPartitionNumber
)
member SwitchPartition :
targetTable:Table *
targetPartitionNumber:int -> unit
public function SwitchPartition(
targetTable : Table,
targetPartitionNumber : int
)
Parameters
- 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.