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
)

参数

请参阅

参考

PhysicalPartitionCollection 类

Remove 重载

Microsoft.SqlServer.Management.Smo 命名空间