TableEvent Members
The TableEvent object represents the SQL Server table events that can be included in a table event set.
The following tables list the members exposed by the TableEvent type.
Public Properties
| 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 lthe 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. |
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
![]() ![]() |
Add | Adds two events resulting in an Event Set. |
![]() ![]() |
BitwiseOr | Combines two Table Events using a Bitwise OR to create a new Table Event Set. |
![]() |
Equals | Overloaded. Overridden. Specifies if two Table Events are equal. |
![]() |
GetHashCode | Overridden. Gets Hash Code for an event. |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
op_Addition | Creates a table event set by performing an addition operation on two TableEvent objects. |
![]() ![]() |
op_BitwiseOr | Creates a table event set by performing a bitwise OR operation on two TableEvent objects. |
![]() ![]() |
op_Equality | Creates a table event set by performing an equality operation on two TableEvent objects. |
![]() ![]() |
op_Implicit | |
![]() ![]() |
op_Inequality | Creates a table event set by performing an inequality operation on two TableEvent 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
.gif)
.gif)
.gif)
.gif)