PhysicalPartition コンストラクター (SqlSmoObject, Int32)

指定された親とパーティション番号を使用して、PhysicalPartition クラスの新しいインスタンスを初期化します。

名前空間:  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
)

パラメーター

  • partitionNumber
    型: System.Int32
    物理パーティションのパーティション番号を示す Int32 値です。

関連項目

参照

PhysicalPartition クラス

PhysicalPartition オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間