Share via


IDTSConnections100 Interface

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

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

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

Syntax

'Declaration
<GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")> _
Public Interface IDTSConnections100 _
    Inherits IEnumerable
'Usage
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

The IDTSConnections100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. Gets the number of items contained in the collection.
Public property Item Infrastructure. Returns the connection manager with the specified key.

Top

Methods

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

Top

Remarks

For more information, see Connections.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace