Sequence.MinValue 속성

Gets or sets an Object that specifies the lower bound for the sequence object. The default minimum value for a new sequence object is the minimum value of the data type of the sequence object.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MinValue As Object 
    Get 
    Set
‘사용 방법
Dim instance As Sequence 
Dim value As Object 

value = instance.MinValue

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

속성 값

유형: System.Object
A Object that specifies the lower bound for the sequence object.

참고 항목

참조

Sequence 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스