Partilhar via


Propriedade do RDL ServerEventArgs.Properties

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property Properties As EventPropertyCollection 
    Get
'Uso
Dim instance As ServerEventArgs 
Dim value As EventPropertyCollection 

value = instance.Properties
public EventPropertyCollection Properties { get; }
public:
property EventPropertyCollection^ Properties {
    EventPropertyCollection^ get ();
}
member Properties : EventPropertyCollection
function get Properties () : EventPropertyCollection

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.EventPropertyCollection
An EventPropertyCollection object that represents all the properties that are defined on the server event.

Exemplos

Manipulando eventos SMO

Consulte também

Referência

ServerEventArgs Classe

Namespace Microsoft.SqlServer.Management.Smo