PipelineComponent.LogEntryInfos 속성
Gets an IDTSLogEntryInfos100 collection of logging events that the component has registered.
이 API는 CLS 규격이 아닙니다.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)
구문
‘선언
<CLSCompliantAttribute(False)> _
Public ReadOnly Property LogEntryInfos As IDTSLogEntryInfos100
Get
‘사용 방법
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
속성 값
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
An IDTSLogEntryInfos100 collection of logging events that the component has registered.For more information, see 데이터 흐름 구성 요소에서 로그 항목 로깅 및 정의.