Partager via


Propriété Session.Events

Gets the EventCollection of the session.

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Event))> _
Public ReadOnly Property Events As EventCollection 
    Get
'Utilisation
Dim instance As Session 
Dim value As EventCollection 

value = instance.Events
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Event))]
public EventCollection Events { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(Event))]
public:
property EventCollection^ Events {
    EventCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Event))>]
member Events : EventCollection
function get Events () : EventCollection

Valeur de propriété

Type : Microsoft.SqlServer.Management.XEvent.EventCollection
The EventCollection object.

Voir aussi

Référence

Session Classe

Espace de noms Microsoft.SqlServer.Management.XEvent