Condividi tramite


Proprietà IPackage.Events

Gets the metadata collection describing all the events exposed by this package that may present in the session.

Spazio dei nomi  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Sintassi

'Dichiarazione
ReadOnly Property Events As ReadOnlyCollection(Of IEventMetadata)
    Get
'Utilizzo
Dim instance As IPackage 
Dim value As ReadOnlyCollection(Of IEventMetadata)

value = instance.Events
ReadOnlyCollection<IEventMetadata> Events { get; }
property ReadOnlyCollection<IEventMetadata^>^ Events {
    ReadOnlyCollection<IEventMetadata^>^ get ();
}
abstract Events : ReadOnlyCollection<IEventMetadata>
function get Events () : ReadOnlyCollection<IEventMetadata>

Valore proprietà

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<IEventMetadata>
The metadata collection describing all the events exposed by this package that may present in the session.

Vedere anche

Riferimento

IPackage Interfaccia

Spazio dei nomi Microsoft.SqlServer.XEvent