共用方式為


PhysicalPartitionCollection.Remove 方法 (Int32)

Removes a PhysicalPartition that has the specified partition number from the collection.

命名空間:  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
    An Int32 value that specifies the partition number of the partition to remove from the collection.

請參閱

參考

PhysicalPartitionCollection 類別

Remove 多載

Microsoft.SqlServer.Management.Smo 命名空間