ConnectionManagerItems Class
Represents the connection manager objects.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectionManagerItems(Project^) | 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(String^, String^) | Adds a new connection manager item. |
![]() | Contains(String^) | Specifies if the connection manager items contains a specified stream name. |
![]() | Equals(Object^) | (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(ConnectionManager^, String^) | Joins a new connection manager object. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(String^) | Removes a connection manager using the stream name. |
![]() | RemoveAt(Int32) | Removes a connection manager using the specified index. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | Removes a connection manager using the stream name. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




