ObjectEventSet Members
The ObjectEventSet object represents a Microsoft SQL Server set of object events.
The following tables list the members exposed by the ObjectEventSet type.
Public Constructors
Имя | Description | |
---|---|---|
ObjectEventSet | Overloaded. Initializes a new instance of the ObjectEventSet class. |
В начало
Public Properties
(see also Protected Properties )
Имя | Description | |
---|---|---|
![]() |
Alter | Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when the properties of an object are modified. |
![]() |
Drop | Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when an object is dropped. |
![]() |
NumberOfElements | Overridden. Gets the number of events in the event set. |
В начало
Protected Properties
Имя | Description | |
---|---|---|
![]() |
Storage | Gets or sets the bit array for event set storage. (inherited from EventSetBase) |
В начало
Public Methods
(see also Protected Methods )
Имя | Description | |
---|---|---|
![]() |
Add | Overloaded. |
![]() |
Copy | Overridden. Returns a copy of the ObjectEventSet object. |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
op_Addition | Creates an object event set by performing an addition operation on an ObjectEvent object and an ObjectEventSet object. |
![]() ![]() |
op_Subtraction | Creates an object event set by performing a subtraction operation on an ObjectEvent object and an ObjectEventSet object. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
Remove | Removes an event from the event set. |
![]() ![]() |
Subtract | |
![]() |
ToString | Overridden. Returns a string that represents the ObjectEventSet object. |
В начало
Protected Methods
Имя | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
FitsMask | (inherited from EventSetBase ) |
![]() |
HasCommonBits | (inherited from EventSetBase ) |
![]() |
MemberwiseClone | (inherited from Object ) |
![]() |
SetValue | (inherited from EventSetBase ) |
В начало
См. также
Справочник
ObjectEventSet Class
Microsoft.SqlServer.Management.Smo Namespace