Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
The TableEvent object represents the SQL Server table events that can be included in a table event set.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Smo.TableEvent
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public NotInheritable Class TableEvent
'Uso
Dim instance As TableEvent
public sealed class TableEvent
public ref class TableEvent sealed
[<SealedAttribute>]
type TableEvent = class end
public final class TableEvent
El tipo TableEvent expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
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. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
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. (Invalida Object.Equals(Object).) |
![]() |
GetHashCode | Gets the Hash Code for an event. (Invalida Object.GetHashCode().) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
ToString | Returns the referenced object in string format. (Invalida Object.ToString().) |
Arriba
Operadores
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
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(TableEvent to TableEventSet) | Casts a single Table Event as a Table Event Set. |
![]() ![]() |
Inequality | Creates a table event set by performing an inequality operation on two TableEvent objects. |
Arriba
Comentarios
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.
Thread Safety
Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo
.gif)
.gif)
.gif)
.gif)