Condividi tramite


Proprietà Sequence.CurrentValue

Gets the Object which represents the current value of the Sequence

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property CurrentValue As Object 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Sequence Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo