ViewEvent Members

Include Protected Members
Include Inherited Members

The ViewEvent object represents the SQL Server view events that can be included in a view event set.

The ViewEvent type exposes the following members.

Methods

  Name Description
Public methodStatic member Add(ViewEvent, ViewEvent) Adds two view events to the event set.
Public methodStatic member BitwiseOr(ViewEvent, ViewEvent) Creates a view event set by combining two view events using a bitwise OR.
Public method Equals(Object) Determines whether the referenced view event object is equal to the specified object. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Returns the referenced object in string format. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Addition(ViewEvent, ViewEvent) Creates a view event set by performing an addition operation on two ViewEvent objects.
Public operatorStatic member BitwiseOr(ViewEvent, ViewEvent) Creates a view event set by performing a bitwise OR operation on two ViewEvent objects.
Public operatorStatic member Equality(ViewEvent, ViewEvent) Creates a view event set by performing an equality operation on two ViewEvent objects.
Public operatorStatic member Implicit(ViewEvent to ViewEventSet)
Public operatorStatic member Inequality(ViewEvent, ViewEvent) Creates a view event set by performing an inequality operation on two ViewEvent objects.

Top

Properties

  Name Description
Public propertyStatic member AlterFulltextIndex Gets a view event that can be included in the event set.
Public propertyStatic member AlterIndex Gets a view event that can be included in the event set.
Public propertyStatic member AlterView Gets a view event that can be included in the event set.
Public propertyStatic member CreateFulltextIndex Gets a view event that can be included in the event set.
Public propertyStatic member CreateIndex Gets a view event that can be included in the event set.
Public propertyStatic member CreateSpatialIndex Gets a view event that can be included in the event set.
Public propertyStatic member CreateStatistics Gets a view event that can be included in the event set.
Public propertyStatic member CreateXmlIndex Gets a view event that can be included in the event set.
Public propertyStatic member DropFulltextIndex
Public propertyStatic member DropIndex Gets a view event that can be included in the event set.
Public propertyStatic member DropStatistics Gets a view event that can be included in the event set.
Public propertyStatic member DropView Gets a view event that can be included in the event set.
Public propertyStatic member UpdateStatistics Gets a view event that can be included in the event set.

Top