Propriété Event.EventFields
Gets the EventFieldCollection.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(EventField))> _
Public ReadOnly Property EventFields As EventFieldCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.XEvent.EventFieldCollection
A collection of EventField objects.