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