Membros ApplicationRoleEvents
The ApplicationRoleEvents object represents the settings required for Microsoft SQL Server application role event notification.
O tipo ApplicationRoleEvents expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetEventSelection | Returns a set of currently subscribed event notifications. |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
StartEvents | Starts receiving events. |
![]() |
StopEvents | Stops receiving events. |
![]() |
SubscribeToEvents(ObjectEventSet) | Specifies the object events to receive. |
![]() |
SubscribeToEvents(ObjectEventSet, ServerEventHandler) | Specifies the object events to receive. |
![]() |
ToString | (Herdado de Object.) |
![]() |
UnsubscribeAllEvents | Clears all event settings, and removes all event handlers. |
![]() |
UnsubscribeFromEvents | Clears the specified event setting, and removes all event handlers. |
Início
Eventos
Nome | Descrição | |
---|---|---|
![]() |
ServerEvent | Specifies the event raised when an event occurs in ApplicationRole object and the user subscribed to the events from that object instance. |
Início
Consulte também