PhysicalPartition Constructor (SqlSmoObject, Int32)
Initializes a new instance of the PhysicalPartition class with the specified parent and partition number.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
parent As SqlSmoObject, _
partitionNumber As Integer _
)
public PhysicalPartition (
SqlSmoObject parent,
int partitionNumber
)
public:
PhysicalPartition (
SqlSmoObject^ parent,
int partitionNumber
)
public PhysicalPartition (
SqlSmoObject parent,
int partitionNumber
)
public function PhysicalPartition (
parent : SqlSmoObject,
partitionNumber : int
)
Parameters
- parent
A SqlSmoObject object that specifies the parent of the PhysicalPartition object.
- partitionNumber
A Int32 value that specifies the partition number of the physical partition.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.