PhysicalPartition.PartitionNumber Property

 

Applies To: SQL Server 2016 Preview

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

[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)]
public int PartitionNumber { get; set; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::Standalone | SfcPropertyFlags::Matrix)]
property int PartitionNumber {
    int get();
    void set(int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)>]
member PartitionNumber : int with get, set
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Matrix)>
Public Property PartitionNumber As Integer

Property Value

Type: System.Int32

A Int32 value that specifies the partition number of the physical partition.

See Also

PhysicalPartition Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top