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 命名空间