Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the EventFieldCollection.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(EventField))> _
Public ReadOnly Property EventFields As EventFieldCollection
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.XEvent.EventFieldCollection
A collection of EventField objects.