ConnectionManagerItems Class

Definition

Represents the connection manager objects.

public ref class ConnectionManagerItems : System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^>
public class ConnectionManagerItems : System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem>
type ConnectionManagerItems = class
    interface seq<ConnectionManagerItem>
    interface IEnumerable
Public Class ConnectionManagerItems
Implements IEnumerable(Of ConnectionManagerItem)
Inheritance
ConnectionManagerItems
Implements

Constructors

ConnectionManagerItems(Project)

Initializes a new instance of the ConnectionManagerItems class.

Properties

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.

Methods

Add(String, String)

Add a connection manager item to the end of the ConnectionManagerItems

Contains(String)

Specifies if the connection manager items contains a specified stream name.

GetEnumerator()

Returns the enumerator of the connection manager items.

Join(ConnectionManager, String)

Joins a new connection manager object.

Remove(String)

Remove specified connection manager item from ConnectionManagerItems

RemoveAt(Int32)

Removes a connection manager using the specified index.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Removes a connection manager using the stream name.

Applies to