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 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.