Udostępnij przez


ObjectEventSet Members

The ObjectEventSet object represents a 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(pl-pl,SQL.100).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(pl-pl,SQL.100).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(pl-pl,SQL.100).gif NumberOfElements Overridden. Gets the number of events in the event set.

Top

Protected Properties

  Name Description
ms219839.protproperty(pl-pl,SQL.100).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(pl-pl,SQL.100).gif Add Overloaded. Adds a ObjectEvent object to a ObjectEventSet
ms219839.pubmethod(pl-pl,SQL.100).gif Copy Overridden. Returns a copy of the ObjectEventSet object.
ms219839.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms219839.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms219839.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms219839.pubmethod(pl-pl,SQL.100).gifms219839.static(pl-pl,SQL.100).gif op_Addition Creates an object event set by performing an addition operation on an ObjectEvent object and an ObjectEventSet object.
ms219839.pubmethod(pl-pl,SQL.100).gifms219839.static(pl-pl,SQL.100).gif op_Subtraction Creates an object event set by performing a subtraction operation on an ObjectEvent object and an ObjectEventSet object.
ms219839.pubmethod(pl-pl,SQL.100).gifms219839.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms219839.pubmethod(pl-pl,SQL.100).gif Remove Removes an event from the event set.
ms219839.pubmethod(pl-pl,SQL.100).gifms219839.static(pl-pl,SQL.100).gif Subtract Subtracts a ObjectEvent from a
ms219839.pubmethod(pl-pl,SQL.100).gif ToString Overridden. Returns a string that represents the ObjectEventSet object.

Top

Protected Methods

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

Top