Proprietà Item
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
For more information, see DtsEventHandlers.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSEventHandler100
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- Index
Tipo: System. . :: . .Object
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSEventHandler100
Vedere anche