Partager via


Interface IDTSConnections100

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

Provides properties and methods for working on a collection of connection managers.

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

Syntaxe

'Déclaration
<GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")> _
Public Interface IDTSConnections100 _
    Inherits IEnumerable
'Utilisation
Dim instance As IDTSConnections100
[GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")]
public interface IDTSConnections100 : IEnumerable
[GuidAttribute(L"9E24C6D5-D81E-4084-BBBC-8FA689780239")]
public interface class IDTSConnections100 : IEnumerable
[<GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")>]
type IDTSConnections100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSConnections100 extends IEnumerable

Le type IDTSConnections100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Infrastructure. Gets the number of items contained in the collection.
Propriété publique Item Infrastructure. Returns the connection manager with the specified key.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Infrastructure. Adds the connection manager of the specified connection type to collection.
Méthode publique AddFromXML Infrastructure. Adds the connection manager that was serialized in the XML document to the collection.
Méthode publique Contains Infrastructure. Determines whether the collection contains the connection manager with the specified key.
Méthode publique GetEnumerator Infrastructure. Gets an enumerator that iterates through the collection.
Méthode publique Join Infrastructure. Joins the specified connection manager into this collection.
Méthode publique Remove Infrastructure. Removes the connection manager from the collection.

Haut de la page

Notes

For more information, see Connections.

Voir aussi

Référence

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