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 | |
---|---|---|
EventSetBase() | Initializes a new instance of the EventSetBase class. | |
EventSetBase(EventSetBase) | Initializes a new instance of the EventSetBase class. |
Top
Properties
Name | Description | |
---|---|---|
NumberOfElements | Gets the number of elements in the event set. | |
Storage | Gets or sets the bit array for event set storage. |
Top
Methods
Name | Description | |
---|---|---|
Copy | Returns a copy of the EventSetBase object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FitsMask | Specifies whether the EventSetBase object fits the specified mask. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HasCommonBits | Specifies whether the EventSetBase object has common bits with another specified EventSetBase object. | |
MemberwiseClone | (Inherited from Object.) | |
SetValue | Sets the bit value at the specified index position. | |
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.
Examples
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.
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace
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