Partager via


Item propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see EventInfos.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSEventInfo100
    Get
'Utilisation
Dim instance As IDTSEventInfos100
Dim Index As Object
Dim value As IDTSEventInfo100

value = instance(Index)
IDTSEventInfo100 this[
    Object Index
] { get; }
property IDTSEventInfo100^ default[[InAttribute] Object^ Index] {
    IDTSEventInfo100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSEventInfo100
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres