다음을 통해 공유


Sequence.CurrentValue 속성

Gets the Object which represents the current value of the Sequence

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

구문

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

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

속성 값

유형: System.Object
AnObject which represents the current value of the Sequence.

참고 항목

참조

Sequence 클래스

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