言語

PublishedEvent.FieldList.Item[] プロパティ

定義

フィールドコレクションからフィールドを取得します。

オーバーロード

名前 説明
Item[Int32]

フィールドコレクションから順序数で体を得ます。

Item[String]

フィールドコレクションから名前付きのフィールドを取得します。

Item[Int32]

フィールドコレクションから順序数で体を得ます。

public:
 property Microsoft::SqlServer::XEvent::Linq::PublishedEventField ^ default[int] { Microsoft::SqlServer::XEvent::Linq::PublishedEventField ^ get(int fieldIndex); };
public Microsoft.SqlServer.XEvent.Linq.PublishedEventField this[int fieldIndex] { get; }
member this.Item(int) : Microsoft.SqlServer.XEvent.Linq.PublishedEventField
Default Public ReadOnly Property Item(fieldIndex As Integer) As PublishedEventField

パラメーター

fieldIndex
Int32

フィールドインデックス。

プロパティ値

体集合から順序数で得られる体です。

適用対象

Item[String]

フィールドコレクションから名前付きのフィールドを取得します。

public:
 property Microsoft::SqlServer::XEvent::Linq::PublishedEventField ^ default[System::String ^] { Microsoft::SqlServer::XEvent::Linq::PublishedEventField ^ get(System::String ^ fieldName); };
public Microsoft.SqlServer.XEvent.Linq.PublishedEventField this[string fieldName] { get; }
member this.Item(string) : Microsoft.SqlServer.XEvent.Linq.PublishedEventField
Default Public ReadOnly Property Item(fieldName As String) As PublishedEventField

パラメーター

fieldName
String

取得するフィールドの名前。

プロパティ値

フィールドコレクションから名前付きのフィールドです。

適用対象