Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides the IDTSLogEntryInfos100 object to a component.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
WriteOnly Property LogEntryInfos As IDTSLogEntryInfos100
Set
'Usage
Dim instance As IDTSRuntimeComponent100
Dim value As IDTSLogEntryInfos100
instance.LogEntryInfos = value
IDTSLogEntryInfos100 LogEntryInfos { set; }
property IDTSLogEntryInfos100^ LogEntryInfos {
void set (IDTSLogEntryInfos100^ value);
}
abstract LogEntryInfos : IDTSLogEntryInfos100 with get, set
function set LogEntryInfos (value : IDTSLogEntryInfos100)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
The IDTSLogEntryInfos100 object.
Remarks
The LogEntryInfos property is provided to a component by the data flow task and contains a collection of IDTSLogEntryInfo100 objects.