PipelineComponent.LogEntryInfos 속성

정의

중요

이 API는 CLS 규격이 아닙니다.

구성 요소에서 등록한 로깅 이벤트의 IDTSLogEntryInfos100 컬렉션을 가져옵니다.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogEntryInfos100 ^ LogEntryInfos { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogEntryInfos100 ^ get(); };
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100 LogEntryInfos { get; }
[<System.CLSCompliant(false)>]
member this.LogEntryInfos : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
Public ReadOnly Property LogEntryInfos As IDTSLogEntryInfos100

속성 값

IDTSLogEntryInfos100 구성 요소가 등록한 로깅 이벤트의 컬렉션입니다. 자세한 내용은 Data Flow 구성 요소에서 로그 항목 로깅 및 정의를 참조하세요.

특성

적용 대상