StoredProcedureEvents 멤버
The StoredProcedureEvents object represents the settings that are required for SQL Server stored procedure event notification.
StoredProcedureEvents 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
![]() |
Equals | (Object에서 상속됩니다.) |
![]() |
Finalize | (Object에서 상속됩니다.) |
![]() |
GetEventSelection | Returns the currently selected event notifications. |
![]() |
GetHashCode | (Object에서 상속됩니다.) |
![]() |
GetType | (Object에서 상속됩니다.) |
![]() |
MemberwiseClone | (Object에서 상속됩니다.) |
![]() |
StartEvents | Starts receiving events. |
![]() |
StopEvents | Stops receiving events. |
![]() |
SubscribeToEvents(StoredProcedureEventSet) | Specifies the stored procedure events to receive. |
![]() |
SubscribeToEvents(StoredProcedureEventSet, ServerEventHandler) | Specifies the stored procedure events to receive and the event handler that handles the events. |
![]() |
ToString | (Object에서 상속됩니다.) |
![]() |
UnsubscribeAllEvents | Clears all event settings, and removes all event handlers. |
![]() |
UnsubscribeFromEvents | Clears the specified event settings, and removes all event handlers. |
맨 위로 이동
이벤트
이름 | 설명 | |
---|---|---|
![]() |
ServerEvent | Specifies the event raised when an event occurs in StoredProcedure object and the has user subscribed to the events from that object instance. |
맨 위로 이동