TableEvent Members

Include Protected Members
Include Inherited Members

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

The TableEvent type exposes the following members.

Methods

  Name Description
Public methodStatic member Add(TableEvent, TableEvent) Adds two events resulting in an Event Set.
Public methodStatic member BitwiseOr(TableEvent, TableEvent) Combines two Table Events using a Bitwise OR to create a new Table Event Set.
Public method Equals(Object) Determines whether the referenced table event object is equal to a specified object. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Gets Hash Code for an event. (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(TableEvent, TableEvent) Creates a table event set by performing an addition operation on two TableEvent objects.
Public operatorStatic member BitwiseOr(TableEvent, TableEvent) Creates a table event set by performing a bitwise OR operation on two TableEvent objects.
Public operatorStatic member Equality(TableEvent, TableEvent) Creates a table event set by performing an equality operation on two TableEvent objects.
Public operatorStatic member Implicit(TableEvent to TableEventSet)
Public operatorStatic member Inequality(TableEvent, TableEvent) Creates a table event set by performing an inequality operation on two TableEvent objects.

Top

Properties

  Name Description
Public propertyStatic member AlterFulltextIndex Gets the Alter Full Text Index event.
Public propertyStatic member AlterIndex Gets a table event that can be included in the event set.
Public propertyStatic member AlterTable Gets a table event that can be included in the event set.
Public propertyStatic member CreateFulltextIndex Gets lthe Create Full Text Index event.
Public propertyStatic member CreateIndex Gets a table event that can be included in the event set.
Public propertyStatic member CreateSpatialIndex Gets the Create Spatial Index event.
Public propertyStatic member CreateStatistics Gets a table event that can be included in the event set.
Public propertyStatic member CreateXmlIndex Gets a table event that can be included in the event set.
Public propertyStatic member DropFulltextIndex Gets the Drop Full Text Index event.
Public propertyStatic member DropIndex Gets a table event that can be included in the event set.
Public propertyStatic member DropStatistics Gets a table event that can be included in the event set.
Public propertyStatic member DropTable Gets a table event that can be included in the event set.
Public propertyStatic member UpdateStatistics Gets a table event that can be included in the event set.

Top