IDTSDBProviderInfos100 Interface

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

For more information, see DBProviderInfos.

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

Syntax

'Declaration
<GuidAttribute("E61199D9-F2AA-460D-8E1B-E2BF50FC520C")> _
Public Interface IDTSDBProviderInfos100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSDBProviderInfos100
[GuidAttribute("E61199D9-F2AA-460D-8E1B-E2BF50FC520C")]
public interface IDTSDBProviderInfos100 : IEnumerable
[GuidAttribute(L"E61199D9-F2AA-460D-8E1B-E2BF50FC520C")]
public interface class IDTSDBProviderInfos100 : IEnumerable
[<GuidAttribute("E61199D9-F2AA-460D-8E1B-E2BF50FC520C")>]
type IDTSDBProviderInfos100 =  
    interface
        interface IEnumerable
    end
public interface IDTSDBProviderInfos100 extends IEnumerable

The IDTSDBProviderInfos100 type exposes the following members.

Properties

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

Top

Methods

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

Top