Freigeben über


IDTSLogEntryInfos100.Item-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets a log entry object from the collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSLogEntryInfo100 
    Get
'Usage
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
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

  • Index
    Typ: System.Object
    The name, description, ID, or index of the object to locate in the collection.

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfo100
A log entry object from the collection.

Hinweise

For more information, see LogEntryInfos.

Siehe auch

Verweis

IDTSLogEntryInfos100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace