Właściwość PhysicalPartition.PartitionNumber
Pobiera lub ustawia numer partycji dla partycji fizycznej.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property PartitionNumber As Integer
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Int32
A Int32 wartość, która określa numer partycji fizycznej partycji.