Partager via


Propriété IDTSContainer100.LogEntryInfos

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 collection of information about a log entry.

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

Syntaxe

'Déclaration
ReadOnly Property LogEntryInfos As IDTSLogEntryInfos100 
    Get
'Utilisation
Dim instance As IDTSContainer100 
Dim value As IDTSLogEntryInfos100 

value = instance.LogEntryInfos
IDTSLogEntryInfos100 LogEntryInfos { get; }
property IDTSLogEntryInfos100^ LogEntryInfos {
    IDTSLogEntryInfos100^ get ();
}
abstract LogEntryInfos : IDTSLogEntryInfos100
function get LogEntryInfos () : IDTSLogEntryInfos100

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
A collection of information about a log entry.

Voir aussi

Référence

IDTSContainer100 Interface

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