Método SwitchPartition (Table)
Alterna a partição da tabela para a tabela de destino especificada.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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
Um valor do objeto Table que especifica a tabela que está na partição necessária.
Consulte também