다음을 통해 공유


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.