EventInfos.Item[Object] 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.
Retourne l’objet EventInfo de la collection.
public:
property Microsoft::SqlServer::Dts::Runtime::EventInfo ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Runtime::EventInfo ^ get(System::Object ^ index); };
public Microsoft.SqlServer.Dts.Runtime.EventInfo this[object index] { get; }
member this.Item(obj) : Microsoft.SqlServer.Dts.Runtime.EventInfo
Default Public ReadOnly Property Item(index As Object) As EventInfo
Paramètres
Valeur de propriété
Objet EventInfo.
Remarques
Si l’appel à Contains la méthode retourne true, vous pouvez accéder à l’élément spécifié dans la collection en utilisant la syntaxe EventInfos[index]. Si le Contains retourne false, cette propriété crée une exception. En C#, cette propriété est l’indexeur de la EventInfos classe.