PublishedEvent.FieldList.Item[] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
On obtient un champ de la collection de champs.
Surcharges
| Nom | Description |
|---|---|
| Item[Int32] |
Obtient un corps par ordinal à partir de la collection de champs. |
| Item[String] |
On obtient un champ nommé dans la collection de champs. |
Item[Int32]
Obtient un corps par ordinal à partir de la collection de champs.
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
Paramètres
- fieldIndex
- Int32
L’index de champ.
Valeur de propriété
Un corps par ordinal provenant de la collection de champs.
S’applique à
Item[String]
On obtient un champ nommé dans la collection de champs.
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
Paramètres
- fieldName
- String
Nom du champ à récupérer.
Valeur de propriété
Un champ nommé issu de la collection de champs.