Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Sub Remove ( _
partitionNumber As Integer _
)
'Usage
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.