共用方式為


PhysicalPartition.RightBoundaryValue 屬性

Gets or sets the right boundary value for the range.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property RightBoundaryValue As Object 
    Get 
    Set
'用途
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)

屬性值

型別:System.Object
A Object value that specifies the right boundary value.

請參閱

參考

PhysicalPartition 類別

Microsoft.SqlServer.Management.Smo 命名空間