Właściwość IDTSEventInfos100.Item
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Aby uzyskać więcej informacji, zobacz temat EventInfos.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSEventInfo100
Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- Index
Typ: System.Object
Wartość właściwości
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfo100
Zobacz także