Freigeben über


ViewEventSet-Member

The ViewEventSet object represents a set of view events.

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

Konstruktoren

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add(ViewEvent) Adds a ViewEvent object to the ViewEventSet object.
Öffentliche MethodeStatischer Member Add(ViewEventSet, ViewEvent) 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 a view event from the event set.
Öffentliche Methode ToString Returns a String that represents the ViewEventSet object. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatischer Member Addition Creates a view event set by performing an addition operation on a ViewEvent object and a ViewEventSet object.
Öffentlicher OperatorStatischer Member Subtraction Creates a view event set by performing a subtraction operation on a ViewEvent object and a ViewEventSet object.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AlterFulltextIndex Gets or sets a Boolean property value that specifies whether the event 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 AlterView Gets or sets a Boolean property value that specifies whether the event that occurs when a view is altered is included in the event set.
Öffentliche Eigenschaft CreateFulltextIndex Gets or sets a Boolean property value that specifies whether the event 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 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 statistics 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 and included in the event set.
Öffentliche Eigenschaft DropFulltextIndex Gets or sets a Boolean property value that specifies whether the event 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 DropView Gets or sets a Boolean property value that specifies whether the event that occurs when a view 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 the 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