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
EventField オブジェクトのコレクションです。