Udostępnij przez


ServiceQueueEvent Members

The ServiceQueueEvent object represents the Service Broker service queue events that can be included in a service queue event set.

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

Public Properties

  Name Description
ms220263.pubproperty(pl-pl,SQL.100).gifms220263.static(pl-pl,SQL.100).gif AlterQueue Gets a service queue event that can be included in the event set.
ms220263.pubproperty(pl-pl,SQL.100).gifms220263.static(pl-pl,SQL.100).gif BrokerQueueDisabled Gets a service queue event that can be included in the event set.
ms220263.pubproperty(pl-pl,SQL.100).gifms220263.static(pl-pl,SQL.100).gif DropQueue Gets a service queue event that can be included in the event set.
ms220263.pubproperty(pl-pl,SQL.100).gifms220263.static(pl-pl,SQL.100).gif QueueActivation Gets a service queue event that can be included in the event set.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms220263.pubmethod(pl-pl,SQL.100).gifms220263.static(pl-pl,SQL.100).gif Add Returns a Service Broker queue event set that is created by adding two specified events together.
ms220263.pubmethod(pl-pl,SQL.100).gifms220263.static(pl-pl,SQL.100).gif BitwiseOr Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects.
ms220263.pubmethod(pl-pl,SQL.100).gif Equals Overloaded. Overridden. Overload for equals.
ms220263.pubmethod(pl-pl,SQL.100).gif GetHashCode Overridden. This method supports the SQL Server infrastructure and is not intended to be used directly from your code.
ms220263.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms220263.pubmethod(pl-pl,SQL.100).gifms220263.static(pl-pl,SQL.100).gif op_Addition Creates a service queue event set by performing an addition operation on two ServiceQueueEvent objects.
ms220263.pubmethod(pl-pl,SQL.100).gifms220263.static(pl-pl,SQL.100).gif op_BitwiseOr Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects.
ms220263.pubmethod(pl-pl,SQL.100).gifms220263.static(pl-pl,SQL.100).gif op_Equality Creates a service queue event set by performing an equality operation on two ServiceQueueEvent objects.
ms220263.pubmethod(pl-pl,SQL.100).gifms220263.static(pl-pl,SQL.100).gif op_Implicit  
ms220263.pubmethod(pl-pl,SQL.100).gifms220263.static(pl-pl,SQL.100).gif op_Inequality Creates a service queue event set by performing an inequality operation on two ServiceQueueEvent objects.
ms220263.pubmethod(pl-pl,SQL.100).gifms220263.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms220263.pubmethod(pl-pl,SQL.100).gif ToString Overridden. Returns the referenced object in string format.

Top

Protected Methods

  Name Description
ms220263.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms220263.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top