PhysicalPartition.PartitionNumber プロパティ

物理パーティションのパーティション番号を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property PartitionNumber As Integer 
    Get 
    Set
'使用
Dim instance As PhysicalPartition 
Dim value As Integer 

value = instance.PartitionNumber

instance.PartitionNumber = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int PartitionNumber { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int PartitionNumber {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PartitionNumber : int with get, set
function get PartitionNumber () : int 
function set PartitionNumber (value : int)

プロパティ値

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

関連項目

参照

PhysicalPartition クラス

Microsoft.SqlServer.Management.Smo 名前空間