PhysicalPartition.RightBoundaryValue Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the right boundary value for the range.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

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

Property Value

Type: System.Object

A Object value that specifies the right boundary value.

See Also

PhysicalPartition Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top