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 命名空间