Table.SwitchPartition Método (Table)
Switches the partition of the table to the specified target table.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub SwitchPartition ( _
targetTable As Table _
)
'Uso
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
)
Parámetros
- targetTable
Tipo: Microsoft.SqlServer.Management.Smo.Table
A Table object value that specifies the table that is in the required partition.
Ejemplos
Utilizar grupos de archivos y archivos para almacenar datos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo