次の方法で共有


PhysicalPartitionCollection.Remove メソッド (Int32)

指定されたパーティション番号を持つ PhysicalPartition をコレクションから削除します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub Remove ( _
    partitionNumber As Integer _
)
'使用
Dim instance As PhysicalPartitionCollection 
Dim partitionNumber As Integer

instance.Remove(partitionNumber)
public void Remove(
    int partitionNumber
)
public:
void Remove(
    int partitionNumber
)
member Remove : 
        partitionNumber:int -> unit
public function Remove(
    partitionNumber : int
)

パラメーター

  • partitionNumber
    型: System.Int32
    コレクションから削除するパーティションの番号を示す Int32 値です。

関連項目

参照

PhysicalPartitionCollection クラス

Remove オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間