ConnectionManagerItems Class
SQL Server 2012
Represents the connection manager objects.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
The ConnectionManagerItems type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ConnectionManagerItems | Initializes a new instance of the ConnectionManagerItems class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a new connection manager item. |
![]() | Contains | Specifies if the connection manager items contains a specified stream name. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | Returns the enumerator of the connection manager items. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Join | Joins a new connection manager object. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | Removes a connection manager using the stream name. |
![]() | RemoveAt | Removes a connection manager using the specified index. |
![]() | ToString | (Inherited from Object.) |
