ServerEventArgs.Properties Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
An EventPropertyCollection object that represents all the properties that are defined on the server event.