ObjectEventSet Members

The ObjectEventSet object represents a Microsoft SQL Server set of object events.

The following tables list the members exposed by the ObjectEventSet type.

Public Constructors

  Name Description
ObjectEventSet Overloaded. Initializes a new instance of the ObjectEventSet class.

Top

Public Properties

(see also Protected Properties )

  Name Description
ms219839.pubproperty(en-US,SQL.90).gif Alter Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when the properties of an object are modified.
ms219839.pubproperty(en-US,SQL.90).gif Drop Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an object is dropped.
ms219839.pubproperty(en-US,SQL.90).gif NumberOfElements Overridden. Gets the number of events in the event set.

Top

Protected Properties

  Name Description
ms219839.protproperty(en-US,SQL.90).gif Storage  Gets or sets the bit array for event set storage. (inherited from EventSetBase)

Top

Public Methods

(see also Protected Methods )

  Name Description
ms219839.pubmethod(en-US,SQL.90).gif Add Overloaded.  
ms219839.pubmethod(en-US,SQL.90).gif Copy Overridden. Returns a copy of the ObjectEventSet object.
ms219839.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms219839.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms219839.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms219839.pubmethod(en-US,SQL.90).gifms219839.static(en-US,SQL.90).gif op_Addition Creates an object event set by performing an addition operation on an ObjectEvent object and an ObjectEventSet object.
ms219839.pubmethod(en-US,SQL.90).gifms219839.static(en-US,SQL.90).gif op_Subtraction Creates an object event set by performing a subtraction operation on an ObjectEvent object and an ObjectEventSet object.
ms219839.pubmethod(en-US,SQL.90).gifms219839.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms219839.pubmethod(en-US,SQL.90).gif Remove Removes an event from the event set.
ms219839.pubmethod(en-US,SQL.90).gifms219839.static(en-US,SQL.90).gif Subtract  
ms219839.pubmethod(en-US,SQL.90).gif ToString Overridden. Returns a string that represents the ObjectEventSet object.

Top

Protected Methods

  Name Description
ms219839.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms219839.protmethod(en-US,SQL.90).gif FitsMask  (inherited from EventSetBase )
ms219839.protmethod(en-US,SQL.90).gif HasCommonBits  (inherited from EventSetBase )
ms219839.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )
ms219839.protmethod(en-US,SQL.90).gif SetValue  (inherited from EventSetBase )

Top

See Also

Reference

ObjectEventSet Class
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Handling SMO Events