Sequence.CurrentValue プロパティ

Sequence の現在の値を表す Object を取得します。

名前空間:  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
Sequence の現在の値を表す Object です。

関連項目

参照

Sequence クラス

Microsoft.SqlServer.Management.Smo 名前空間