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 네임스페이스