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.