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.