Aracılığıyla paylaş


PhysicalPartitionCollection.Remove Method (Int32)

Removes a PhysicalPartition that has the specified partition number from the collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
Public Sub Remove ( _
    partitionNumber As Integer _
)
'Kullanım
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
)

Parameters

  • partitionNumber
    Type: System.Int32
    An Int32 value that specifies the partition number of the partition to remove from the collection.

See Also

Reference

PhysicalPartitionCollection Class

Remove Overload

Microsoft.SqlServer.Management.Smo Namespace