ObjectEvent Class
The ObjectEvent object represents the of SQL Server object events that can be included in an object event set.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Add(ObjectEvent^, ObjectEvent^) | Returns the object event set that is created by adding two object events. |
![]() ![]() | BitwiseOr(ObjectEvent^, ObjectEvent^) | Creates a new object event set by performing a BitwiseOr operation on two ObjectEvent objects |
![]() | Equals(Object^) | Returns a value whether the ObjectEvent is equal to the specified object.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | This method supports the SMO infrastructure and is not intended to be used directly from your code.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Overrides T:System.ToString method in a ObjectEvent object.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Addition(ObjectEvent^, ObjectEvent^) | Creates a object event set by performing an addition operation on two ObjectEvent objects. |
![]() ![]() | BitwiseOr(ObjectEvent^, ObjectEvent^) | Creates an object event set by performing a bitwise OR operation on two ObjectEvent objects. |
![]() ![]() | Equality(ObjectEvent^, ObjectEvent^) | Creates a object event set by performing an equality operation on two ObjectEvent objects. |
![]() ![]() | Implicit(ObjectEvent^ to ObjectEventSet^) | :Microsoft.SqlServer.Management.Smo.ObjectEventSetCreates a new object event set by implicitly converting a ObjectEvent. |
![]() ![]() | Inequality(ObjectEvent^, ObjectEvent^) | Creates an object event set by performing an inequality operation on two ObjectEvent objects. |
The ObjectEvent object contains a property for each event to which the object can respond. The actual set of events is specified using the ObjectEventSet 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.



