Compartir a través de


PhysicalPartition Constructor (SqlSmoObject, Int32)

Initializes a new instance of the PhysicalPartition class with the specified parent and partition number.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    parent As SqlSmoObject, _
    partitionNumber As Integer _
)
'Uso
Dim parent As SqlSmoObject 
Dim partitionNumber As Integer 

Dim instance As New PhysicalPartition(parent, _
    partitionNumber)
public PhysicalPartition(
    SqlSmoObject parent,
    int partitionNumber
)
public:
PhysicalPartition(
    SqlSmoObject^ parent, 
    int partitionNumber
)
new : 
        parent:SqlSmoObject * 
        partitionNumber:int -> PhysicalPartition
public function PhysicalPartition(
    parent : SqlSmoObject, 
    partitionNumber : int
)

Parámetros

  • partitionNumber
    Tipo: System.Int32
    A Int32 value that specifies the partition number of the physical partition.

Vea también

Referencia

PhysicalPartition Clase

Sobrecarga de PhysicalPartition

Espacio de nombres Microsoft.SqlServer.Management.Smo