IDTSRuntimeConnection100.ConnectionManagerID Property

Definition

Gets or sets the ID of the ConnectionManager object contained in the package and used by the component.

public:
 property System::String ^ ConnectionManagerID { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(101)]
public string ConnectionManagerID { [System.Runtime.InteropServices.DispId(101)] get; [System.Runtime.InteropServices.DispId(101)] set; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
[<set: System.Runtime.InteropServices.DispId(101)>]
member this.ConnectionManagerID : string with get, set
Public Property ConnectionManagerID As String

Property Value

The ID of the ConnectionManager object.

Attributes

Remarks

The ConnectionManagerID property is used to store the ID of the ConnectionManager in the package referenced by the runtime connection. The ID is used to locate the connection in the Connections collection of the Package. A reference to the connection is stored in the ConnectionManager property of the runtime connection.

Applies to