Share via


IDTSLogProviders100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see LogProviders.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("A45B23DC-A31A-4550-8146-A0FAA99C0F7F")> _
Public Interface IDTSLogProviders100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSLogProviders100
[GuidAttribute("A45B23DC-A31A-4550-8146-A0FAA99C0F7F")]
public interface IDTSLogProviders100 : IEnumerable
[GuidAttribute(L"A45B23DC-A31A-4550-8146-A0FAA99C0F7F")]
public interface class IDTSLogProviders100 : IEnumerable
[<GuidAttribute("A45B23DC-A31A-4550-8146-A0FAA99C0F7F")>]
type IDTSLogProviders100 =  
    interface
        interface IEnumerable
    end
public interface IDTSLogProviders100 extends IEnumerable

The IDTSLogProviders100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. For more information, see LogProviders.
Public property Item Infrastructure. For more information, see LogProviders.

Top

Methods

  Name Description
Public method Add Infrastructure. For more information, see LogProviders.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Infrastructure. For more information, see LogProviders.
Public method Remove Infrastructure. For more information, see LogProviders.

Top