PipelineComponent.LogEntryInfos 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
중요
이 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 구성 요소에서 로그 항목 로깅 및 정의를 참조하세요.
- 특성