Share via


ConnectionManagerItems Class

Represents the connection manager objects.

Inheritance Hierarchy

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Class ConnectionManagerItems _
    Implements IEnumerable(Of ConnectionManagerItem), IEnumerable
'Usage
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

The ConnectionManagerItems type exposes the following members.

Constructors

  Name Description
Public method ConnectionManagerItems Initializes a new instance of the ConnectionManagerItems class.

Top

Properties

  Name Description
Public property Count Gets the number of connection manager objects.
Public property Item[Int32] Gets the connection manager object with specified index.
Public property Item[String] Gets the connection manager object with specified stream name.

Top

Methods

  Name Description
Public method Add Adds a new connection manager item.
Public method Contains Specifies if the connection manager items contains a specified stream name.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns the enumerator of the connection manager items.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Join Joins a new connection manager object.
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes a connection manager using the stream name.
Public method RemoveAt Removes a connection manager using the specified index.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Removes a connection manager using the stream name.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace