Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the SequenceEvents object associated with this sequence.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Events As SequenceEvents
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.SequenceEvents
The SequenceEvents object associated with this sequence.