다음을 통해 공유


CManagedComponentWrapperClass.LogEntryInfos 속성

Gets the IDTSLogEntryInfos100 object to the component.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Public Overridable WriteOnly Property LogEntryInfos As IDTSLogEntryInfos100 
    Set
‘사용 방법
Dim instance As CManagedComponentWrapperClass 
Dim value As IDTSLogEntryInfos100

instance.LogEntryInfos = value
public virtual IDTSLogEntryInfos100 LogEntryInfos { set; }
public:
virtual property IDTSLogEntryInfos100^ LogEntryInfos {
    void set (IDTSLogEntryInfos100^ value);
}
abstract LogEntryInfos : IDTSLogEntryInfos100 with get, set 
override LogEntryInfos : IDTSLogEntryInfos100 with get, set
function set LogEntryInfos (value : IDTSLogEntryInfos100)

속성 값

유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
The IDTSLogEntryInfos100 object that is associated with the component.

구현

IDTSRuntimeComponent100.LogEntryInfos

참고 항목

참조

CManagedComponentWrapperClass 클래스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스