SwitchPartition メソッド (Table, Int32)
指定した対象テーブルの指定したパーティション番号のパーティションに、テーブルを切り替えます。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub SwitchPartition ( _
targetTable As Table, _
targetPartitionNumber As Integer _
)
'使用
Dim instance As Table
Dim targetTable As Table
Dim targetPartitionNumber As Integer
instance.SwitchPartition(targetTable, _
targetPartitionNumber)
public void SwitchPartition(
Table targetTable,
int targetPartitionNumber
)
public:
void SwitchPartition(
Table^ targetTable,
int targetPartitionNumber
)
member SwitchPartition :
targetTable:Table *
targetPartitionNumber:int -> unit
public function SwitchPartition(
targetTable : Table,
targetPartitionNumber : int
)
パラメーター
- targetTable
型: Microsoft.SqlServer.Management.Smo. . :: . .Table
必要なパーティション内にあるテーブルを示す Table オブジェクトの値です。
- targetPartitionNumber
型: System. . :: . .Int32
対象パーティションのパーティション番号を示す Int32 値です。