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 | |
---|---|---|
Count | Infrastructure. For more information, see Connections. | |
Item | Infrastructure. For more information, see Connections. |
Top
Methods
Name | Description | |
---|---|---|
Add | Infrastructure. For more information, see Connections. | |
Contains | Infrastructure. For more information, see Connections. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | Infrastructure. For more information, see Connections. | |
Remove | Infrastructure. For more information, see Connections. |
Top