Udostępnij przez


PhysicalPartition.RightBoundaryValue Property

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

'Deklaracja
<SfcPropertyAttribute> _
Public Property RightBoundaryValue As Object
[SfcPropertyAttribute] 
public Object RightBoundaryValue { get; set; }
[SfcPropertyAttribute] 
public:
property Object^ RightBoundaryValue {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
public Object get_RightBoundaryValue ()

/** @property */
public void set_RightBoundaryValue (Object value)
public function get RightBoundaryValue () : Object

public function set RightBoundaryValue (value : Object)

Property Value

A Object value that specifies the right boundary value.

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.