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 events that are associated with the trigger.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Events As TriggerEvents
Get
'Usage
Dim instance As Trigger
Dim value As TriggerEvents
value = instance.Events
public TriggerEvents Events { get; }
public:
property TriggerEvents^ Events {
TriggerEvents^ get ();
}
member Events : TriggerEvents
function get Events () : TriggerEvents
Property Value
Type: Microsoft.SqlServer.Management.Smo.TriggerEvents
A TriggerEvents object that represents the trigger events.
Examples
Creating, Altering, and Removing Triggers
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace