Partager via


RightBoundaryValue propriété

Gets or sets the right boundary value for the range.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public Property RightBoundaryValue As Object
    Get
    Set
'Utilisation
Dim instance As PhysicalPartition
Dim value As Object

value = instance.RightBoundaryValue

instance.RightBoundaryValue = value
[SfcPropertyAttribute]
public Object RightBoundaryValue { get; set; }
[SfcPropertyAttribute]
public:
property Object^ RightBoundaryValue {
    Object^ get ();
    void set (Object^ value);
}
[<SfcPropertyAttribute>]
member RightBoundaryValue : Object with get, set
function get RightBoundaryValue () : Object
function set RightBoundaryValue (value : Object)

Valeur de la propriété

Type : System. . :: . .Object
A Object value that specifies the right boundary value.