EventSetBase Class

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

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.EventSetBase
    More...

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Syntax

'Declaration
Public MustInherit Class EventSetBase
'Usage
Dim instance As EventSetBase
public abstract class EventSetBase
public ref class EventSetBase abstract
[<AbstractClassAttribute>]
type EventSetBase =  class end
public abstract class EventSetBase

The EventSetBase type exposes the following members.

Constructors

  Name Description
Public method EventSetBase() Initializes a new instance of the EventSetBase class.
Public method EventSetBase(EventSetBase) Initializes a new instance of the EventSetBase class.

Top

Properties

  Name Description
Public property NumberOfElements Gets the number of elements in the event set.
Protected property Storage Gets or sets the bit array for event set storage.

Top

Methods

  Name Description
Public method Copy Returns a copy of the EventSetBase object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method FitsMask Specifies whether the EventSetBase object fits the specified mask.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method HasCommonBits Specifies whether the EventSetBase object has common bits with another specified EventSetBase object.
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetValue Sets the bit value at the specified index position.
Public method ToString (Inherited from Object.)

Top

Remarks

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.EventSetBase
    Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEventSet
    Microsoft.SqlServer.Management.Smo.DatabaseEventSet
    Microsoft.SqlServer.Management.Smo.ObjectEventSet
    Microsoft.SqlServer.Management.Smo.ServerDdlTriggerEventSet
    Microsoft.SqlServer.Management.Smo.ServerEventSet
    Microsoft.SqlServer.Management.Smo.ServerTraceEventSet
    Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
    Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet
    Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet
    Microsoft.SqlServer.Management.Smo.TableEventSet
    Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet
    Microsoft.SqlServer.Management.Smo.ViewEventSet