PartitionNumber propriété
Gets or sets the partition number for the physical partition.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public Property PartitionNumber As Integer
Get
Set
'Utilisation
Dim instance As PhysicalPartition
Dim value As Integer
value = instance.PartitionNumber
instance.PartitionNumber = value
[SfcPropertyAttribute]
public int PartitionNumber { get; set; }
[SfcPropertyAttribute]
public:
property int PartitionNumber {
int get ();
void set (int value);
}
[<SfcPropertyAttribute>]
member PartitionNumber : int with get, set
function get PartitionNumber () : int
function set PartitionNumber (value : int)
Valeur de la propriété
Type : System. . :: . .Int32
A Int32 value that specifies the partition number of the physical partition.