Condividi tramite


Proprietà PhysicalPartition.PartitionNumber

Gets or sets the partition number for the physical partition.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property PartitionNumber As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Int32
A Int32 value that specifies the partition number of the physical partition.

Vedere anche

Riferimento

PhysicalPartition Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo