다음을 통해 공유


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.

참고 항목

참조

PhysicalPartitionCollection 클래스

Remove 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스