Поделиться через


SchemaEvents Members

The SchemaEvents object represents the settings required for Microsoft SQL Server schema event notification.

The following tables list the members exposed by the SchemaEvents type.

Public Methods

(see also Protected Methods )

  Имя Description
ms220177.pubmethod(ru-ru,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms220177.pubmethod(ru-ru,SQL.90).gif GetEventSelection Returns a set of currently subscribed event notifications.
ms220177.pubmethod(ru-ru,SQL.90).gif GetHashCode  (inherited from Object )
ms220177.pubmethod(ru-ru,SQL.90).gif GetType  (inherited from Object )
ms220177.pubmethod(ru-ru,SQL.90).gifms220177.static(ru-ru,SQL.90).gif ReferenceEquals  (inherited from Object )
ms220177.pubmethod(ru-ru,SQL.90).gif StartEvents Starts receiving events.
ms220177.pubmethod(ru-ru,SQL.90).gif StopEvents Stops receiving events.
ms220177.pubmethod(ru-ru,SQL.90).gif SubscribeToEvents Overloaded. Specifies the object events to receive.
ms220177.pubmethod(ru-ru,SQL.90).gif ToString  (inherited from Object )
ms220177.pubmethod(ru-ru,SQL.90).gif UnsubscribeAllEvents Clear all event settings, and removes all event handlers.
ms220177.pubmethod(ru-ru,SQL.90).gif UnsubscribeFromEvents Clears the specified event setting, and removes all event handlers.

В начало

Protected Methods

  Имя Description
ms220177.protmethod(ru-ru,SQL.90).gif Finalize  (inherited from Object )
ms220177.protmethod(ru-ru,SQL.90).gif MemberwiseClone  (inherited from Object )

В начало

Public Events

  Имя Description
ms220177.pubevent(ru-ru,SQL.90).gif ServerEvent Specifies the server event handler for schema events.

В начало

См. также

Справочник

SchemaEvents Class
Microsoft.SqlServer.Management.Smo Namespace

Другие ресурсы

Handling SMO Events