ViewEvent Class
Represents the SQL Server view events that can be included in a view event set.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AlterFulltextIndex | Gets a view event that can be included in the event set. |
![]() ![]() | 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. |
![]() ![]() | CreateFulltextIndex | 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. |
![]() ![]() | CreateSpatialIndex | 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. |
![]() ![]() | DropFulltextIndex | 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | Add(ViewEvent^, ViewEvent^) | Adds two view events to the event set. |
![]() ![]() | BitwiseOr(ViewEvent^, ViewEvent^) | Creates a view event set by combining two view events using a bitwise OR. |
![]() | Equals(Object^) | Determines whether the referenced view event object is equal to the specified object.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | This method supports the SQL Server infrastructure and is not intended to be used directly from your code.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns the referenced object in string format.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Addition(ViewEvent^, ViewEvent^) | Creates a view event set by performing an addition operation on two ViewEvent objects. |
![]() ![]() | BitwiseOr(ViewEvent^, ViewEvent^) | Creates a view event set by performing a bitwise OR operation on two ViewEvent objects. |
![]() ![]() | Equality(ViewEvent^, ViewEvent^) | Creates a view event set by performing an equality operation on two ViewEvent objects. |
![]() ![]() | Implicit(ViewEvent^ to ViewEventSet^) | Casts a single view event as a view event set. |
![]() ![]() | Inequality(ViewEvent^, ViewEvent^) | Creates a view event set by performing an inequality operation on two ViewEvent objects. |
The ViewEvent object contains a property for each event to which the view can respond. The actual set of events is specified using the ViewEventSet object.
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



