Proprietà Item
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
For more information, see EventInfos.
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 IDTSEventInfo100
Get
'Utilizzo
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 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. . :: . .IDTSEventInfo100
Vedere anche