PhysicalPartition.PartitionNumber Property
Gets or sets the partition number for the physical partition.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public Property PartitionNumber As Integer
[SfcPropertyAttribute]
public int PartitionNumber { get; set; }
[SfcPropertyAttribute]
public:
property int PartitionNumber {
int get ();
void set (int value);
}
/** @property */
public int get_PartitionNumber ()
/** @property */
public void set_PartitionNumber (int value)
public function get PartitionNumber () : int
public function set PartitionNumber (value : int)
Property Value
A Int32 value that specifies the partition number of the physical partition.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.