ViewEvent Members
The ViewEvent object represents the Microsoft SQL Server view events that can be included in a view event set.
The following tables list the members exposed by the ViewEvent type.
Public Properties
Name | Description | |
---|---|---|
AlterIndex | Gets a view event that can be included in the event set. | |
AlterView | Gets a view event that can be included in the event set. | |
CreateIndex | Gets a view event that can be included in the event set. | |
CreateStatistics | Gets a view event that can be included in the event set. | |
CreateXmlIndex | Gets a view event that can be included in the event set. | |
DropIndex | Gets a view event that can be included in the event set. | |
DropStatistics | Gets a view event that can be included in the event set. | |
DropView | Gets a view event that can be included in the event set. | |
UpdateStatistics | Gets a view event that can be included in the event set. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | ||
BitwiseOr | ||
Equals | Overloaded. Overridden. | |
GetHashCode | Overridden. This method supports the Microsoft SQL Server 2005 infrastructure and is not intended to be used directly from your code. | |
GetType | (inherited from Object ) | |
op_Addition | Creates a view event set by performing an addition operation on two ViewEvent objects. | |
op_BitwiseOr | Creates a view event set by performing a bitwise OR operation on two ViewEvent objects. | |
op_Equality | Creates a view event set by performing an equality operation on two ViewEvent objects. | |
op_Implicit | ||
op_Inequality | Creates a view event set by performing an inequality operation on two ViewEvent objects. | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Returns the referenced object in string format. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
ViewEvent Class
Microsoft.SqlServer.Management.Smo Namespace