ObjectEvent Members

The ObjectEvent object represents the of Microsoft SQL Server object events that can be included in an object event set.

The following tables list the members exposed by the ObjectEvent type.

Public Properties

  Name Description
ms219843.pubproperty(en-US,SQL.90).gifms219843.static(en-US,SQL.90).gif Alter Gets an object event that can be included in the event set.
ms219843.pubproperty(en-US,SQL.90).gifms219843.static(en-US,SQL.90).gif Drop Gets an object event that can be included in the event set.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms219843.pubmethod(en-US,SQL.90).gifms219843.static(en-US,SQL.90).gif Add Returns the object event set that is created by adding two object events.
ms219843.pubmethod(en-US,SQL.90).gifms219843.static(en-US,SQL.90).gif BitwiseOr  
ms219843.pubmethod(en-US,SQL.90).gif Equals Overloaded. Overridden.  
ms219843.pubmethod(en-US,SQL.90).gif GetHashCode Overridden. This method supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.
ms219843.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms219843.pubmethod(en-US,SQL.90).gifms219843.static(en-US,SQL.90).gif op_Addition Creates a object event set by performing an addition operation on two ObjectEvent objects.
ms219843.pubmethod(en-US,SQL.90).gifms219843.static(en-US,SQL.90).gif op_BitwiseOr Creates an object event set by performing a bitwise OR operation on two ObjectEvent objects.
ms219843.pubmethod(en-US,SQL.90).gifms219843.static(en-US,SQL.90).gif op_Equality Creates a object event set by performing an equality operation on two ObjectEvent objects.
ms219843.pubmethod(en-US,SQL.90).gifms219843.static(en-US,SQL.90).gif op_Implicit  
ms219843.pubmethod(en-US,SQL.90).gifms219843.static(en-US,SQL.90).gif op_Inequality Creates an object event set by performing an inequality operation on two ObjectEvent objects.
ms219843.pubmethod(en-US,SQL.90).gifms219843.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms219843.pubmethod(en-US,SQL.90).gif ToString Overridden.  

Top

Protected Methods

  Name Description
ms219843.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms219843.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

ObjectEvent Class
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Handling SMO Events