Share via


IDTSDBProviderInfos100 Interface

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

Contains a collection of IDTSDBProviderInfo100 objects.

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

Syntax

'Declaration
<GuidAttribute("D6863394-786D-4ED0-A3FD-A74695CDA5B5")> _
Public Interface IDTSDBProviderInfos100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSDBProviderInfos100
[GuidAttribute("D6863394-786D-4ED0-A3FD-A74695CDA5B5")]
public interface IDTSDBProviderInfos100 : IEnumerable
[GuidAttribute(L"D6863394-786D-4ED0-A3FD-A74695CDA5B5")]
public interface class IDTSDBProviderInfos100 : IEnumerable
[<GuidAttribute("D6863394-786D-4ED0-A3FD-A74695CDA5B5")>]
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. Gets the number of elements contained in the collection.
Public property Item Infrastructure. Gets an IDTSDBProviderInfo100 object from the collection.

Top

Methods

  Name Description
Public method GetEnumerator Infrastructure. Returns an enumerator for use in iterating over the collection.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace