Compartir a través de


EventSetBase Members

The EventSetBase class is a base class that is used to derive the event set objects.

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

Public Constructors

  Nombre Description
EventSetBase Overloaded. Initializes a new instance of the EventSetBase class.

Arriba

Public Properties

(see also Protected Properties )

  Nombre Description
ms219611.pubproperty(es-es,SQL.90).gif NumberOfElements Gets the number of elements in the event set.

Arriba

Protected Properties

  Nombre Description
ms219611.protproperty(es-es,SQL.90).gif Storage Gets or sets the bit array for event set storage.

Arriba

Public Methods

(see also Protected Methods )

  Nombre Description
ms219611.pubmethod(es-es,SQL.90).gif Copy Returns a copy of the EventSetBase object.
ms219611.pubmethod(es-es,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms219611.pubmethod(es-es,SQL.90).gif GetHashCode  (inherited from Object )
ms219611.pubmethod(es-es,SQL.90).gif GetType  (inherited from Object )
ms219611.pubmethod(es-es,SQL.90).gifms219611.static(es-es,SQL.90).gif ReferenceEquals  (inherited from Object )
ms219611.pubmethod(es-es,SQL.90).gif ToString  (inherited from Object )

Arriba

Protected Methods

  Nombre Description
ms219611.protmethod(es-es,SQL.90).gif Finalize  (inherited from Object )
ms219611.protmethod(es-es,SQL.90).gif FitsMask Specifies whether the EventSetBase object fits the specified mask.
ms219611.protmethod(es-es,SQL.90).gif HasCommonBits Specifies whether the EventSetBase object has common bits with another specified EventSetBase object.
ms219611.protmethod(es-es,SQL.90).gif MemberwiseClone  (inherited from Object )
ms219611.protmethod(es-es,SQL.90).gif SetValue Sets the bit value at the specified index position.

Arriba

Vea también

Referencia

EventSetBase Class
Microsoft.SqlServer.Management.Smo Namespace

Otros recursos

Handling SMO Events