IDTSConnections100 接口

此 API 支持 基础结构,但不能通过代码直接使用。

For more information, see Connections.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("2D3060CE-A06C-413B-BAD7-0EFE7CBD9459")> _
Public Interface IDTSConnections100 _
    Inherits IEnumerable
用法
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

IDTSConnections100 类型公开以下成员。

属性

  名称 说明
公共属性 Count 基础结构。For more information, see Connections.
公共属性 Item 基础结构。For more information, see Connections.

页首

方法

  名称 说明
公共方法 Add 基础结构。For more information, see Connections.
公共方法 Contains 基础结构。For more information, see Connections.
公共方法 GetEnumerator() () () () (从 IEnumerable 继承。)
公共方法 GetEnumerator() () () () 基础结构。For more information, see Connections.
公共方法 Remove 基础结构。For more information, see Connections.

页首