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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。