Compartilhar via


Propriedade do RDL Event.EventFields

Gets the EventFieldCollection.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)

Sintaxe

'Declaração
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(EventField))> _
Public ReadOnly Property EventFields As EventFieldCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

Event Classe

Namespace Microsoft.SqlServer.Management.XEvent