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 DtsEventHandlers.
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 IDTSEventHandler100
Get
'Utilisation
Dim instance As IDTSEventHandlers100
Dim Index As Object
Dim value As IDTSEventHandler100
value = instance(Index)
IDTSEventHandler100 this[
Object Index
] { get; }
property IDTSEventHandler100^ default[[InAttribute] Object^ Index] {
IDTSEventHandler100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSEventHandler100
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- Index
Type : System. . :: . .Object
Valeur de la propriété
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSEventHandler100