다음을 통해 공유


PhysicalPartition.PartitionNumber 속성

Gets or sets the partition number for the physical partition.

네임스페이스:  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
A Int32 value that specifies the partition number of the physical partition.

참고 항목

참조

PhysicalPartition 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스