Método PhysicalPartitionCollection.Remove (Int32)
Removes a PhysicalPartition that has the specified partition number from the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub Remove ( _
partitionNumber As Integer _
)
'Uso
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
)
Parâmetros
- partitionNumber
Tipo: System.Int32
An Int32 value that specifies the partition number of the partition to remove from the collection.