ViewEventSet-Klasse

The ViewEventSet object represents a set of view events.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo. . :: . .EventSetBase
    Microsoft.SqlServer.Management.Smo..::..ViewEventSet

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

Syntax

'Declaration
Public NotInheritable Class ViewEventSet _
    Inherits EventSetBase
'Usage
Dim instance As ViewEventSet
public sealed class ViewEventSet : EventSetBase
public ref class ViewEventSet sealed : public EventSetBase
[<SealedAttribute>]
type ViewEventSet =  
    class
        inherit EventSetBase
    end
public final class ViewEventSet extends EventSetBase

Der ViewEventSet-Typ macht folgende Elemente 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

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 value that specifies whether the AlterIndex event 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

Methoden

  Name Beschreibung
Öffentliche Methode Add(ViewEvent) Adds a ViewEvent object to the ViewEventSet object.
Öffentliche MethodeStatisches Element 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 MethodeStatisches Element 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 OperatorStatisches Element Addition Creates a view event set by performing an addition operation on a ViewEvent object and a ViewEventSet object.
Öffentlicher OperatorStatisches Element Subtraction Creates a view event set by performing a subtraction operation on a ViewEvent object and a ViewEventSet object.

Zum Anfang

Hinweise

SQL Server provides events subscription for all SMO objects that have server event support. The View object has event support for the events that are represented by ViewEventSet properties.

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.