Metodo Table.SwitchPartition (Table)
Switches the partition of the table to the specified target table.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub SwitchPartition ( _
targetTable As Table _
)
'Utilizzo
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
)
Parametri
- targetTable
Tipo: Microsoft.SqlServer.Management.Smo.Table
A Table object value that specifies the table that is in the required partition.
Esempi
Utilizzo di filegroup e file per archiviare dati
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo