Freigeben über


TableEvent-Klasse

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

Vererbungshierarchie

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public NotInheritable Class TableEvent
'Usage
Dim instance As TableEvent
public sealed class TableEvent
public ref class TableEvent sealed
[<SealedAttribute>]
type TableEvent =  class end
public final class TableEvent

Der TableEvent-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche EigenschaftStatisches Element AlterFulltextIndex Gets the Alter Full Text Index event.
Öffentliche EigenschaftStatisches Element AlterIndex Gets a table event that can be included in the event set.
Öffentliche EigenschaftStatisches Element AlterTable Gets a table event that can be included in the event set.
Öffentliche EigenschaftStatisches Element CreateFulltextIndex Gets lthe Create Full Text Index event.
Öffentliche EigenschaftStatisches Element CreateIndex Gets a table event that can be included in the event set.
Öffentliche EigenschaftStatisches Element CreateSpatialIndex Gets the Create Spatial Index event.
Öffentliche EigenschaftStatisches Element CreateStatistics Gets a table event that can be included in the event set.
Öffentliche EigenschaftStatisches Element CreateXmlIndex Gets a table event that can be included in the event set.
Öffentliche EigenschaftStatisches Element DropFulltextIndex Gets the Drop Full Text Index event.
Öffentliche EigenschaftStatisches Element DropIndex Gets a table event that can be included in the event set.
Öffentliche EigenschaftStatisches Element DropStatistics Gets a table event that can be included in the event set.
Öffentliche EigenschaftStatisches Element DropTable Gets a table event that can be included in the event set.
Öffentliche EigenschaftStatisches Element UpdateStatistics Gets a table event that can be included in the event set.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche MethodeStatisches Element Add Adds two events resulting in an Event Set.
Öffentliche MethodeStatisches Element BitwiseOr Combines two Table Events using a Bitwise OR to create a new Table Event Set.
Öffentliche Methode Equals Determines whether the referenced table event object is equal to a specified object. (Überschreibt Object. . :: . .Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Gets Hash Code for an event. (Überschreibt Object. . :: . .GetHashCode() () () ().)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Returns the referenced object in string format. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatisches Element Addition Creates a table event set by performing an addition operation on two TableEvent objects.
Öffentlicher OperatorStatisches Element BitwiseOr Creates a table event set by performing a bitwise OR operation on two TableEvent objects.
Öffentlicher OperatorStatisches Element Equality Creates a table event set by performing an equality operation on two TableEvent objects.
Öffentlicher OperatorStatisches Element Implicit Widening Implicit Implicit Implicit(TableEvent to TableEventSet) Casts a single Table Event as a Table Event Set.
Öffentlicher OperatorStatisches Element Inequality Creates a table event set by performing an inequality operation on two TableEvent objects.

Zum Anfang

Hinweise

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

Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.