Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
Parameter
- physicalPartition
Typ: Microsoft.SqlServer.Management.Smo.PhysicalPartition
A PysicalPartition object value that specifies the physical partition to be added to the PhysicalPartitionCollection collection.