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.
Adds a PhysicalPartition object to the PhysicalPartitionCollection collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
physicalPartition As PhysicalPartition _
)
'Usage
Dim instance As PhysicalPartitionCollection
Dim physicalPartition As PhysicalPartition
instance.Add(physicalPartition)
public void Add(
PhysicalPartition physicalPartition
)
public:
void Add(
PhysicalPartition^ physicalPartition
)
member Add :
physicalPartition:PhysicalPartition -> unit
public function Add(
physicalPartition : PhysicalPartition
)
Parameters
- physicalPartition
Type: Microsoft.SqlServer.Management.Smo.PhysicalPartition
A PysicalPartition object value that specifies the physical partition to be added to the PhysicalPartitionCollection collection.