Share via


Méthode Remove (Int32)

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Remove ( _
    partitionNumber As Integer _
)
'Utilisation
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
)

Paramètres

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