Compartir a través de


Package.EventInfoSet Propiedad

Gets the EventInfoCollection that the package contains.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(EventInfo))> _
Public ReadOnly Property EventInfoSet As EventInfoCollection 
    Get
'Uso
Dim instance As Package 
Dim value As EventInfoCollection 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.XEvent.EventInfoCollection
A collection of EventInfo objects.

Vea también

Referencia

Package Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent