IDTSLogEntryInfos100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see LogEntryInfos.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("C21C3C95-0604-4C3F-BE10-11C0966C9513")> _
Public Interface IDTSLogEntryInfos100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSLogEntryInfos100
[GuidAttribute("C21C3C95-0604-4C3F-BE10-11C0966C9513")]
public interface IDTSLogEntryInfos100 : IEnumerable
[GuidAttribute(L"C21C3C95-0604-4C3F-BE10-11C0966C9513")]
public interface class IDTSLogEntryInfos100 : IEnumerable
[<GuidAttribute("C21C3C95-0604-4C3F-BE10-11C0966C9513")>]
type IDTSLogEntryInfos100 =
interface
interface IEnumerable
end
public interface IDTSLogEntryInfos100 extends IEnumerable
The IDTSLogEntryInfos100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. For more information, see LogEntryInfos. | |
Item | Infrastructure. For more information, see LogEntryInfos. |
Top
Methods
Name | Description | |
---|---|---|
Add | Infrastructure. For more information, see LogEntryInfos. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | Infrastructure. For more information, see LogEntryInfos. | |
Remove | Infrastructure. For more information, see LogEntryInfos. |
Top