ISmoApplicationEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |