EventSetBase Class
The EventSetBase class is a base class that is used to derive the event set objects.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
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
Name | Description | |
---|---|---|
![]() | EventSetBase() | Initializes a new instance of the EventSetBase class. |
![]() | EventSetBase(EventSetBase) | Initializes a new instance of the EventSetBase class. |
Name | Description | |
---|---|---|
![]() | NumberOfElements | Gets the number of elements in the event set. |
![]() | Storage | Gets or sets the bit array for event set storage. |
Name | Description | |
---|---|---|
![]() | Copy() | Returns a copy of the EventSetBase object. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | FitsMask(EventSetBase) | Specifies whether the EventSetBase object fits the specified mask. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | HasCommonBits(EventSetBase) | Specifies whether the EventSetBase object has common bits with another specified EventSetBase object. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetValue(EventSetBase, Boolean) | Sets the bit value at the specified index position. |
![]() | ToString() | (Inherited from Object.) |
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.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.