Freigeben über


TableEventSet-Member

The TableEventSet object represents a set of table events.

Der TableEventSet-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode TableEventSet() () () () Initializes a new instance of the TableEventSet class.
Öffentliche Methode TableEventSet(TableEvent) Initializes a new instance of the TableEventSet class with a specified event.
Öffentliche Methode TableEventSet(array<TableEvent> [] () [] []) Initializes a new instance of the TableEventSet class with a specified set of events.
Öffentliche Methode TableEventSet(TableEventSet) Initializes a new instance of the TableEventSet class with a specified set of events.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add(TableEvent) Adds a TableEvent object to the TableEventSet object.
Öffentliche MethodeStatischer Member Add(TableEventSet, TableEvent) Adds an event to the event set.
Öffentliche Methode Copy Returns a copy of the event set. (Überschreibt EventSetBase. . :: . .Copy() () () ().)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Geschützte Methode FitsMask Specifies whether the EventSetBase object fits the specified mask. (Geerbt von EventSetBase.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode HasCommonBits Specifies whether the EventSetBase object has common bits with another specified EventSetBase object. (Geerbt von EventSetBase.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Remove Removes an event from the event set.
Geschützte Methode SetValue Sets the bit value at the specified index position. (Geerbt von EventSetBase.)
Öffentliche MethodeStatischer Member Subtract Removes an event from the event set.
Öffentliche Methode ToString Returns a string that represents the TableEventSet object. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatischer Member Addition Creates a table event set by performing an addition operation on a TableEvent object and a TableEventSet object.
Öffentlicher OperatorStatischer Member Subtraction Creates a table event set by performing a subtraction operation on a TableEvent object and a TableEventSet object.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AlterFulltextIndex Gets or sets a Boolean property value that specifies whether the event that occurs when the Full-Text Index is altered or created is included in the event set.
Öffentliche Eigenschaft AlterIndex Gets or sets a Boolean property value that specifies whether the event that occurs when an index is altered is included in the event set.
Öffentliche Eigenschaft AlterTable Gets or sets a Boolean property value that specifies whether the event that occurs when a table is altered is included in the event set.
Öffentliche Eigenschaft CreateFulltextIndex Gets or sets a Boolean property value that specifies whether the event that occurs when a Full-Text Index is created is included in the event set.
Öffentliche Eigenschaft CreateIndex Gets or sets a Boolean property value that specifies whether the event that occurs when an index is created is included in the event set.
Öffentliche Eigenschaft CreateSpatialIndex Gets or sets a Boolean property value that specifies whether the event that occurs when a Spatial Index is created is included in the event set.
Öffentliche Eigenschaft CreateStatistics Gets or sets a Boolean property value that specifies whether the event that occurs when a statistic counter is created is included in the event set.
Öffentliche Eigenschaft CreateXmlIndex Gets or sets a Boolean property value that specifies whether the event that occurs when an XML index is created is included in the event set.
Öffentliche Eigenschaft DropFulltextIndex Gets or sets a Boolean property value that specifies whether the event that occurs when a Full-Text Index is dropped is included in the event set.
Öffentliche Eigenschaft DropIndex Gets or sets a Boolean property value that specifies whether the event that occurs when an index is dropped is included in the event set.
Öffentliche Eigenschaft DropStatistics Gets or sets a Boolean property value that specifies whether the event that occurs when a statistic counter is dropped is included in the event set.
Öffentliche Eigenschaft DropTable Gets or sets a Boolean property value that specifies whether the event that occurs when a table is dropped is included in the event set.
Öffentliche Eigenschaft NumberOfElements Gets or sets a Boolean property value that specifies whether the event that occurs when a number of elements changes is included in the event set. (Überschreibt EventSetBase. . :: . .NumberOfElements.)
Geschützte Eigenschaft Storage Gets or sets the bit array for event set storage. (Geerbt von EventSetBase.)
Öffentliche Eigenschaft UpdateStatistics Gets or sets a Boolean property value that specifies whether the event that occurs when statistics are updated is included in the event set.

Zum Anfang