Share via


IDTSConnectionInfo100.ConnectionType Property

Definition

public:
 property System::String ^ ConnectionType { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610743813)]
public string ConnectionType { [System.Runtime.InteropServices.DispId(1610743813)] get; }
[<System.Runtime.InteropServices.DispId(1610743813)>]
[<get: System.Runtime.InteropServices.DispId(1610743813)>]
member this.ConnectionType : string
Public ReadOnly Property ConnectionType As String

Property Value

A String that contains the name of the connection manager used to create the connection.

Attributes

Remarks

Integration Services includes many connection manager types. The following is a partial list:

  • ADO, the connection manager for ActiveX Data Objects (ADO)

  • ADO.NET, the connection manager for ADO.NET

  • FILE, the connection manager for files

For a complete list of connection managers included with Integration Services and their associated names, see Adding Connections Programmatically.

Applies to