Compartir a través de


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

Ejemplos

Utilizar grupos de archivos y archivos para almacenar datos

Vea también

Referencia

Table Clase

Sobrecarga de SwitchPartition

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Crear, modificar y quitar tablas

Tablas

sp_addmergepartition (Transact-SQL)