Share via


IDTSConnections100 Interface

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

For more information, see Connections.

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

Syntax

'Declaration
<GuidAttribute("2D3060CE-A06C-413B-BAD7-0EFE7CBD9459")> _
Public Interface IDTSConnections100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSConnections100
[GuidAttribute("2D3060CE-A06C-413B-BAD7-0EFE7CBD9459")]
public interface IDTSConnections100 : IEnumerable
[GuidAttribute(L"2D3060CE-A06C-413B-BAD7-0EFE7CBD9459")]
public interface class IDTSConnections100 : IEnumerable
[<GuidAttribute("2D3060CE-A06C-413B-BAD7-0EFE7CBD9459")>]
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. For more information, see Connections.
Public property Item Infrastructure. For more information, see Connections.

Top

Methods

  Name Description
Public method Add Infrastructure. For more information, see Connections.
Public method Contains Infrastructure. For more information, see Connections.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Infrastructure. For more information, see Connections.
Public method Remove Infrastructure. For more information, see Connections.

Top