Поделиться через


Свойство Package.EventInfoSet

Gets the EventInfoCollection that the package contains.

Пространство имен:  Microsoft.SqlServer.Management.XEvent
Сборка:  Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)

Синтаксис

'Декларация
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(EventInfo))> _
Public ReadOnly Property EventInfoSet As EventInfoCollection 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.SqlServer.Management.XEvent.EventInfoCollection
A collection of EventInfo objects.

См. также

Справочник

Package Класс

Пространство имен Microsoft.SqlServer.Management.XEvent