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.