Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Removes the specified PhysicalPartition from the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Remove ( _
physicalPartition As PhysicalPartition _
)
'Usage
Dim instance As PhysicalPartitionCollection
Dim physicalPartition As PhysicalPartition
instance.Remove(physicalPartition)
public void Remove(
PhysicalPartition physicalPartition
)
public:
void Remove(
PhysicalPartition^ physicalPartition
)
member Remove :
physicalPartition:PhysicalPartition -> unit
public function Remove(
physicalPartition : PhysicalPartition
)
Parameters
- physicalPartition
Type: Microsoft.SqlServer.Management.Smo.PhysicalPartition
A PhysicalPartition value that specifies the physical partition to remove from the collection.