Właściwość IDTSLogEntryInfos100.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 LogEntryInfos.
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 IDTSLogEntryInfo100
Get
'Użycie
Dim instance As IDTSLogEntryInfos100
Dim Index As Object
Dim value As IDTSLogEntryInfo100
value = instance(Index)
IDTSLogEntryInfo100 this[
Object Index
] { get; }
property IDTSLogEntryInfo100^ default[[InAttribute] Object^ Index] {
IDTSLogEntryInfo100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSLogEntryInfo100
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.IDTSLogEntryInfo100
Zobacz także