Metodo SwitchPartition (Table)
Sposta la partizione della tabella nella tabella di destinazione specificata.
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
Valore dell'oggetto Table che specifica la tabella che si trova nella partizione richiesta.
Vedere anche