ServerEventArgs.Properties Property

Definition

Represents a collection of EventProperty objects. Each EventProperty object represents a property of a server event.

public:
 property Microsoft::SqlServer::Management::Smo::EventPropertyCollection ^ Properties { Microsoft::SqlServer::Management::Smo::EventPropertyCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.EventPropertyCollection Properties { get; }
member this.Properties : Microsoft.SqlServer.Management.Smo.EventPropertyCollection
Public ReadOnly Property Properties As EventPropertyCollection

Property Value

An EventPropertyCollection object that represents all the properties that are defined on the server event.

Examples

Handling SMO Events

Applies to