TableEvent Class
Represents the SQL Server table events that can be included in a table event set.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AlterFulltextIndex | Gets the Alter Full Text Index event. |
![]() ![]() | AlterIndex | Gets a table event that can be included in the event set. |
![]() ![]() | AlterTable | Gets a table event that can be included in the event set. |
![]() ![]() | CreateFulltextIndex | Gets the Create Full Text Index event. |
![]() ![]() | CreateIndex | Gets a table event that can be included in the event set. |
![]() ![]() | CreateSpatialIndex | Gets the Create Spatial Index event. |
![]() ![]() | CreateStatistics | Gets a table event that can be included in the event set. |
![]() ![]() | CreateXmlIndex | Gets a table event that can be included in the event set. |
![]() ![]() | DropFulltextIndex | Gets the Drop Full Text Index event. |
![]() ![]() | DropIndex | Gets a table event that can be included in the event set. |
![]() ![]() | DropStatistics | Gets a table event that can be included in the event set. |
![]() ![]() | DropTable | Gets a table event that can be included in the event set. |
![]() ![]() | UpdateStatistics | Gets a table event that can be included in the event set. |
| Name | Description | |
|---|---|---|
![]() ![]() | Add(TableEvent^, TableEvent^) | Adds two events resulting in an Event Set. |
![]() ![]() | BitwiseOr(TableEvent^, TableEvent^) | Combines two Table Events using a Bitwise OR to create a new Table Event Set. |
![]() | Equals(Object^) | Determines whether the referenced table event object is equal to a specified object.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Gets the Hash Code for an event.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns the referenced object in string format.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Addition(TableEvent^, TableEvent^) | Creates a table event set by performing an addition operation on two TableEvent objects. |
![]() ![]() | BitwiseOr(TableEvent^, TableEvent^) | Creates a table event set by performing a bitwise OR operation on two TableEvent objects. |
![]() ![]() | Equality(TableEvent^, TableEvent^) | Creates a table event set by performing an equality operation on two TableEvent objects. |
![]() ![]() | Implicit(TableEvent^ to TableEventSet^) | Casts a single Table Event as a Table Event Set. |
![]() ![]() | Inequality(TableEvent^, TableEvent^) | Creates a table event set by performing an inequality operation on two TableEvent objects. |
The TableEvent object contains a property for each event to which the table can respond. The actual set of events is specified using the TableEventSet 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.



