Compartir a través de


PhysicalPartition.RightBoundaryValue Propiedad

Gets or sets the right boundary value for the range.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property RightBoundaryValue As Object 
    Get 
    Set
'Uso
Dim instance As PhysicalPartition 
Dim value As Object 

value = instance.RightBoundaryValue

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

Valor de la propiedad

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

Vea también

Referencia

PhysicalPartition Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo