Partager via


Propriété IDTSLogEntryInfos100.Item

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets a log entry object from the collection.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSLogEntryInfo100 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

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

Valeur de propriété

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

Notes

For more information, see LogEntryInfos.

Voir aussi

Référence

IDTSLogEntryInfos100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper