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 | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
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. (Überschreibt Object. . :: . .Equals(Object).) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | Gets Hash Code for an event. (Überschreibt Object. . :: . .GetHashCode() () () ().) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | Returns the referenced object in string format. (Überschreibt Object. . :: . .ToString() () () ().) |
Zum Anfang
Operatoren
Name | Beschreibung | |
---|---|---|
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) | 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. |
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.
Siehe auch