RightBoundaryValue 속성
Gets or sets the right boundary value for the range.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public Property RightBoundaryValue As Object
Get
Set
‘사용 방법
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)
속성 값
형식: System. . :: . .Object
A Object value that specifies the right boundary value.