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 在資料流程元件中記錄和定義記錄項目.