Partager via


Interface IDTSDBProviderInfos100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Contains a collection of IDTSDBProviderInfo100 objects.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("D6863394-786D-4ED0-A3FD-A74695CDA5B5")> _
Public Interface IDTSDBProviderInfos100 _
    Inherits IEnumerable
'Utilisation
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

Le type IDTSDBProviderInfos100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Infrastructure. Gets the number of elements contained in the collection.
Propriété publique Item Infrastructure. Gets an IDTSDBProviderInfo100 object from the collection.

Haut de la page

Méthodes

  Nom Description
Méthode publique GetEnumerator Infrastructure. Returns an enumerator for use in iterating over the collection.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper