SwitchPartition メソッド (Table)
テーブルのパーティションを、指定した対象テーブルに切り替えます。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub SwitchPartition ( _
targetTable As Table _
)
'使用
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
)
パラメーター
- targetTable
型: Microsoft.SqlServer.Management.Smo. . :: . .Table
必要なパーティション内にあるテーブルを示す Table オブジェクトの値です。