Membros TableEvent
The TableEvent object represents the SQL Server table events that can be included in a table event set.
O tipo TableEvent expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
![]() ![]() |
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 | Determines whether the referenced table event object is equal to a specified object. (Substitui Object. . :: . .Equals(Object).) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | Gets Hash Code for an event. (Substitui Object. . :: . .GetHashCode() () () ().) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | Returns the referenced object in string format. (Substitui Object. . :: . .ToString() () () ().) |
Início
Operadores
Nome | Descrição | |
---|---|---|
![]() ![]() |
Addition | Creates a table event set by performing an addition operation on two TableEvent objects. |
![]() ![]() |
BitwiseOr | Creates a table event set by performing a bitwise OR operation on two TableEvent objects. |
![]() ![]() |
Equality | Creates a table event set by performing an equality operation on two TableEvent objects. |
![]() ![]() |
Implicit Widening Implicit Implicit Implicit(TableEvent to TableEventSet) | |
![]() ![]() |
Inequality | Creates a table event set by performing an inequality operation on two TableEvent objects. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() ![]() |
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. |
Início