Proprietà IDTSLogEntryInfos100.Item

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets a log entry object from the collection.

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 IDTSLogEntryInfo100 
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

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

Valore proprietà

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

Osservazioni

For more information, see LogEntryInfos.

Vedere anche

Riferimento

IDTSLogEntryInfos100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper