ConnectionManagerItems 类

Represents the connection manager objects.

继承层次结构

System.Object
  Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItems

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

语法

声明
Public Class ConnectionManagerItems _
    Implements IEnumerable(Of ConnectionManagerItem), IEnumerable
用法
Dim instance As ConnectionManagerItems
public class ConnectionManagerItems : IEnumerable<ConnectionManagerItem>, 
    IEnumerable
public ref class ConnectionManagerItems : IEnumerable<ConnectionManagerItem^>, 
    IEnumerable
type ConnectionManagerItems =  
    class 
        interface IEnumerable<ConnectionManagerItem>
        interface IEnumerable 
    end
public class ConnectionManagerItems implements IEnumerable<ConnectionManagerItem>, IEnumerable

ConnectionManagerItems 类型公开以下成员。

构造函数

  名称 说明
公共方法 ConnectionManagerItems Initializes a new instance of the ConnectionManagerItems class.

页首

属性

  名称 说明
公共属性 Count Gets the number of connection manager objects.
公共属性 Item[Int32] Gets the connection manager object with specified index.
公共属性 Item[String] Gets the connection manager object with specified stream name.

页首

方法

  名称 说明
公共方法 Add Adds a new connection manager item.
公共方法 Contains Specifies if the connection manager items contains a specified stream name.
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetEnumerator Returns the enumerator of the connection manager items.
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 Join Joins a new connection manager object.
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 Remove Removes a connection manager using the stream name.
公共方法 RemoveAt Removes a connection manager using the specified index.
公共方法 ToString (从 Object 继承。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IEnumerable.GetEnumerator Removes a connection manager using the stream name.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dts.Runtime 命名空间