共用方式為


PhysicalPartition 建構 (SqlSmoObject, Int32)

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub New ( _
    parent As SqlSmoObject, _
    partitionNumber As Integer _
)
'用途
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
)

參數