Condividi tramite


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

Esempi

Utilizzo di filegroup e file per archiviare dati

Vedere anche

Riferimento

Table Classe

Overload SwitchPartition

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Creazione, modifica e rimozione di tabelle

Tabelle

sp_addmergepartition (Transact-SQL)