Event.EventFields 속성

Gets the EventFieldCollection.

네임스페이스:  Microsoft.SqlServer.Management.XEvent
어셈블리:  Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)

구문

‘선언
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(EventField))> _
Public ReadOnly Property EventFields As EventFieldCollection 
    Get
‘사용 방법
Dim instance As Event 
Dim value As EventFieldCollection 

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

속성 값

유형: Microsoft.SqlServer.Management.XEvent.EventFieldCollection
A collection of EventField objects.

참고 항목

참조

Event 클래스

Microsoft.SqlServer.Management.XEvent 네임스페이스