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
이름 | Description | |
---|---|---|
EventSetBase | Overloaded. Initializes a new instance of the EventSetBase class. |
위쪽
Public Properties
(see also Protected Properties )
이름 | Description | |
---|---|---|
NumberOfElements | Gets the number of elements in the event set. |
위쪽
Protected Properties
이름 | Description | |
---|---|---|
Storage | Gets or sets the bit array for event set storage. |
위쪽
Public Methods
(see also Protected Methods )
이름 | Description | |
---|---|---|
Copy | Returns a copy of the EventSetBase object. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
위쪽
Protected Methods
이름 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
FitsMask | Specifies whether the EventSetBase object fits the specified mask. | |
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. |
위쪽
참고 항목
참조
EventSetBase Class
Microsoft.SqlServer.Management.Smo Namespace