PhysicalPartitionCollection.Remove 方法 (PhysicalPartition)
Removes the specified PhysicalPartition from the collection.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub Remove ( _
physicalPartition As PhysicalPartition _
)
用法
Dim instance As PhysicalPartitionCollection
Dim physicalPartition As PhysicalPartition
instance.Remove(physicalPartition)
public void Remove(
PhysicalPartition physicalPartition
)
public:
void Remove(
PhysicalPartition^ physicalPartition
)
member Remove :
physicalPartition:PhysicalPartition -> unit
public function Remove(
physicalPartition : PhysicalPartition
)
参数
- physicalPartition
类型:Microsoft.SqlServer.Management.Smo.PhysicalPartition
A PhysicalPartition value that specifies the physical partition to remove from the collection.