Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
ConnectionManager | Gets the connection manager for the object. |
![]() |
State | Gets the state of the connection manager. |
![]() |
StreamName | Gets or sets the stream name of the connection manager. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Load | Loads the connection manager. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.