PublishedEvent.FieldList.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
フィールドコレクションからフィールドを取得します。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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
取得するフィールドの名前。
プロパティ値
フィールドコレクションから名前付きのフィールドです。