Propriedade do RDL PublishedEvent.FieldList.Item (Int32)
Gets a field by ordinal from the fields collection.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
fieldIndex As Integer _
) As PublishedEventField
Get
'Uso
Dim instance As PublishedEvent.FieldList
Dim fieldIndex As Integer
Dim value As PublishedEventField
value = instance(fieldIndex)
public PublishedEventField this[
int fieldIndex
] { get; }
public:
property PublishedEventField^ default[int fieldIndex] {
PublishedEventField^ get (int fieldIndex);
}
member Item : PublishedEventField
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- fieldIndex
Tipo: System.Int32
The field index.
Valor da propriedade
Tipo: Microsoft.SqlServer.XEvent.Linq.PublishedEventField
A field by ordinal from the fields collection.