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

검색할 필드 이름입니다.

속성 값

필드 컬렉션에서 이름을 기준으로 가져온 필드입니다.

적용 대상