SwitchPartition-Methode (Table)
Wechselt von der Partition der Tabelle zur angegebenen Zieltabelle.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub SwitchPartition ( _
targetTable As Table _
)
'Usage
Dim instance As Table
Dim targetTable As Table
instance.SwitchPartition(targetTable)
public void SwitchPartition(
Table targetTable
)
public:
void SwitchPartition(
Table^ targetTable
)
member SwitchPartition :
targetTable:Table -> unit
public function SwitchPartition(
targetTable : Table
)
Parameter
- targetTable
Typ: Microsoft.SqlServer.Management.Smo. . :: . .Table
Ein Table-Objektwert, der die Tabelle angibt, die sich in der erforderlichen Partition befindet.
Siehe auch