Compartir a través de


Clase TableEvent

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
Propiedad públicaMiembro estático AlterFulltextIndex Gets the Alter Full Text Index event.
Propiedad públicaMiembro estático AlterIndex Gets a table event that can be included in the event set.
Propiedad públicaMiembro estático AlterTable Gets a table event that can be included in the event set.
Propiedad públicaMiembro estático CreateFulltextIndex Gets the Create Full Text Index event.
Propiedad públicaMiembro estático CreateIndex Gets a table event that can be included in the event set.
Propiedad públicaMiembro estático CreateSpatialIndex Gets the Create Spatial Index event.
Propiedad públicaMiembro estático CreateStatistics Gets a table event that can be included in the event set.
Propiedad públicaMiembro estático CreateXmlIndex Gets a table event that can be included in the event set.
Propiedad públicaMiembro estático DropFulltextIndex Gets the Drop Full Text Index event.
Propiedad públicaMiembro estático DropIndex Gets a table event that can be included in the event set.
Propiedad públicaMiembro estático DropStatistics Gets a table event that can be included in the event set.
Propiedad públicaMiembro estático DropTable Gets a table event that can be included in the event set.
Propiedad públicaMiembro estático UpdateStatistics Gets a table event that can be included in the event set.

Arriba

Métodos

  Nombre Descripción
Método públicoMiembro estático Add Adds two events resulting in an Event Set.
Método públicoMiembro estático BitwiseOr Combines two Table Events using a Bitwise OR to create a new Table Event Set.
Método público Equals Determines whether the referenced table event object is equal to a specified object. (Invalida Object.Equals(Object).)
Método público GetHashCode Gets the Hash Code for an event. (Invalida Object.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método público ToString Returns the referenced object in string format. (Invalida Object.ToString().)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Addition Creates a table event set by performing an addition operation on two TableEvent objects.
Operador públicoMiembro estático BitwiseOr Creates a table event set by performing a bitwise OR operation on two TableEvent objects.
Operador públicoMiembro estático Equality Creates a table event set by performing an equality operation on two TableEvent objects.
Operador públicoMiembro estático Implicit(TableEvent to TableEventSet) Casts a single Table Event as a Table Event Set.
Operador públicoMiembro estático 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

Otros recursos

Controlar eventos SMO