ServiceQueueEventSet Members

The ServiceQueueEventSet object represents a set of Microsoft SQL Server service queue events.

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

Public Constructors

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

Top

Public Properties

(see also Protected Properties )

  Name Description
ms220265.pubproperty(en-US,SQL.90).gif AlterQueue Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is altered.
ms220265.pubproperty(en-US,SQL.90).gif BrokerQueueDisabled Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is disabled.
ms220265.pubproperty(en-US,SQL.90).gif DropQueue Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is dropped.
ms220265.pubproperty(en-US,SQL.90).gif NumberOfElements Overridden. Gets the number of events in the event set.
ms220265.pubproperty(en-US,SQL.90).gif QueueActivation Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is activated.

Top

Protected Properties

  Name Description
ms220265.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
ms220265.pubmethod(en-US,SQL.90).gif Add Overloaded. Returns a Service Broker queue event set after adding a new queue event to the set.
ms220265.pubmethod(en-US,SQL.90).gif Copy Overridden. Returns a copy of the event set.
ms220265.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms220265.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms220265.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms220265.pubmethod(en-US,SQL.90).gifms220265.static(en-US,SQL.90).gif op_Addition Creates a service queue trace event set by performing an addition operation on a ServiceQueueEvent object and a ServiceQueueEventSet object.
ms220265.pubmethod(en-US,SQL.90).gifms220265.static(en-US,SQL.90).gif op_Subtraction Creates a service queue event set by performing a subtraction operation on a ServiceQueueEvent object and a ServiceQueueEventSet object.
ms220265.pubmethod(en-US,SQL.90).gifms220265.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms220265.pubmethod(en-US,SQL.90).gif Remove Removes an event from the event set.
ms220265.pubmethod(en-US,SQL.90).gifms220265.static(en-US,SQL.90).gif Subtract Returns a Service Broker queue event set after subtracting a queue event from the specified set.
ms220265.pubmethod(en-US,SQL.90).gif ToString Overridden. Returns a string that represents the ServiceQueueEventSet object.

Top

Protected Methods

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

Top

See Also

Reference

ServiceQueueEventSet Class
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Handling SMO Events