다음을 통해 공유


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 네임스페이스