This topic has not yet been rated - Rate this topic

ConnectionManagerItems Class

SQL Server 2012

Represents the connection manager objects.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public class ConnectionManagerItems : IEnumerable<ConnectionManagerItem>, 
	IEnumerable

The ConnectionManagerItems type exposes the following members.

  NameDescription
Public methodConnectionManagerItemsInitializes a new instance of the ConnectionManagerItems class.
Top
  NameDescription
Public propertyCountGets the number of connection manager objects.
Public propertyItem[Int32]Gets the connection manager object with specified index.
Public propertyItem[String]Gets the connection manager object with specified stream name.
Top
  NameDescription
Public methodAddAdds a new connection manager item.
Public methodContainsSpecifies if the connection manager items contains a specified stream name.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumeratorReturns the enumerator of the connection manager items.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodJoinJoins a new connection manager object.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveRemoves a connection manager using the stream name.
Public methodRemoveAtRemoves a connection manager using the specified index.
Public methodToString (Inherited from Object.)
Top
  NameDescription
Explicit interface implemetationPrivate methodIEnumerable.GetEnumeratorRemoves a connection manager using the stream name.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.