Proprietà PipelineComponent.LogEntryInfos

Gets an IDTSLogEntryInfos100 collection of logging events that the component has registered.

Questa API non è conforme a CLS. 

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Sintassi

'Dichiarazione
<CLSCompliantAttribute(False)> _
Public ReadOnly Property LogEntryInfos As IDTSLogEntryInfos100 
    Get
'Utilizzo
Dim instance As PipelineComponent 
Dim value As IDTSLogEntryInfos100 

value = instance.LogEntryInfos
[CLSCompliantAttribute(false)]
public IDTSLogEntryInfos100 LogEntryInfos { get; }
[CLSCompliantAttribute(false)]
public:
property IDTSLogEntryInfos100^ LogEntryInfos {
    IDTSLogEntryInfos100^ get ();
}
[<CLSCompliantAttribute(false)>]
member LogEntryInfos : IDTSLogEntryInfos100
function get LogEntryInfos () : IDTSLogEntryInfos100

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
An IDTSLogEntryInfos100 collection of logging events that the component has registered.For more information, see Registrazione e definizione di voci di log in un componente del flusso di dati.

Vedere anche

Riferimento

PipelineComponent Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline