ISmoApplicationEvents Interface

Definition

Defines an object that exposes application-wide SMO events

public interface ISmoApplicationEvents
type ISmoApplicationEvents = interface
Public Interface ISmoApplicationEvents

Events

AnyObjectEvent

Event raised to indicate something changed about a SMO object.

DatabaseEvent
ObjectAltered

Event that is called when an object is successfully altered.

ObjectCreated

Event that is called when an object is successfully created.

ObjectDropped

Event that is called when an object is successfully dropped.

ObjectRenamed

Event that is called when an object is successfully renamed.

Applies to