Méthode SwitchPartition (Table)
Bascule la partition de la table sur la table cible spécifiée.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub SwitchPartition ( _
targetTable As Table _
)
'Utilisation
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
)
Paramètres
- targetTable
Type : Microsoft.SqlServer.Management.Smo. . :: . .Table
Valeur de l'objet Table qui spécifie la table qui se trouve dans la partition requise.
Voir aussi