Classe TableEvent

The TableEvent object represents the SQL Server table events that can be included in a table event set.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo..::..TableEvent

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class TableEvent
'Utilisation
Dim instance As TableEvent
public sealed class TableEvent
public ref class TableEvent sealed
[<SealedAttribute>]
type TableEvent =  class end
public final class TableEvent

Le type TableEvent expose les membres suivants.

Propriétés

  Nom Description
Propriété publiqueMembre statique AlterFulltextIndex Gets the Alter Full Text Index event.
Propriété publiqueMembre statique AlterIndex Gets a table event that can be included in the event set.
Propriété publiqueMembre statique AlterTable Gets a table event that can be included in the event set.
Propriété publiqueMembre statique CreateFulltextIndex Gets lthe Create Full Text Index event.
Propriété publiqueMembre statique CreateIndex Gets a table event that can be included in the event set.
Propriété publiqueMembre statique CreateSpatialIndex Gets the Create Spatial Index event.
Propriété publiqueMembre statique CreateStatistics Gets a table event that can be included in the event set.
Propriété publiqueMembre statique CreateXmlIndex Gets a table event that can be included in the event set.
Propriété publiqueMembre statique DropFulltextIndex Gets the Drop Full Text Index event.
Propriété publiqueMembre statique DropIndex Gets a table event that can be included in the event set.
Propriété publiqueMembre statique DropStatistics Gets a table event that can be included in the event set.
Propriété publiqueMembre statique DropTable Gets a table event that can be included in the event set.
Propriété publiqueMembre statique UpdateStatistics Gets a table event that can be included in the event set.

Haut de la page

Méthodes

  Nom Description
Méthode publiqueMembre statique Add Adds two events resulting in an Event Set.
Méthode publiqueMembre statique BitwiseOr Combines two Table Events using a Bitwise OR to create a new Table Event Set.
Méthode publique Equals Determines whether the referenced table event object is equal to a specified object. (remplace Object. . :: . .Equals(Object).)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Gets Hash Code for an event. (remplace Object. . :: . .GetHashCode() () () ().)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString Returns the referenced object in string format. (remplace Object. . :: . .ToString() () () ().)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Addition Creates a table event set by performing an addition operation on two TableEvent objects.
Opérateur publicMembre statique BitwiseOr Creates a table event set by performing a bitwise OR operation on two TableEvent objects.
Opérateur publicMembre statique Equality Creates a table event set by performing an equality operation on two TableEvent objects.
Opérateur publicMembre statique Implicit Widening Implicit Implicit Implicit(TableEvent to TableEventSet) Casts a single Table Event as a Table Event Set.
Opérateur publicMembre statique Inequality Creates a table event set by performing an inequality operation on two TableEvent objects.

Haut de la page

Notes

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

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.