Condividi tramite


Proprietà Sequence.Events

Gets the SequenceEvents object associated with this sequence.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Events As SequenceEvents 
    Get
'Utilizzo
Dim instance As Sequence 
Dim value As SequenceEvents 

value = instance.Events
public SequenceEvents Events { get; }
public:
property SequenceEvents^ Events {
    SequenceEvents^ get ();
}
member Events : SequenceEvents
function get Events () : SequenceEvents

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.SequenceEvents
The SequenceEvents object associated with this sequence.

Vedere anche

Riferimento

Sequence Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo