Share via


ConnectionManagerItem Class

Represents objects for the connection manager.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem

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

Syntax

'Declaration
Public Class ConnectionManagerItem
'Usage
Dim instance As ConnectionManagerItem
public class ConnectionManagerItem
public ref class ConnectionManagerItem
type ConnectionManagerItem =  class end
public class ConnectionManagerItem

The ConnectionManagerItem type exposes the following members.

Properties

  Name Description
Public property ConnectionManager Gets the connection manager for the object.
Public property State Gets the state of the connection manager.
Public property StreamName Gets or sets the stream name of the connection manager.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Load Loads the connection manager.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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