DtsProperty.ConnectionType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the name of the connection manager used to create the connection. This field is read-only.
public:
property System::String ^ ConnectionType { System::String ^ get(); };
public string ConnectionType { get; }
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. null if the object is not a connection manager.
Remarks
A partial list of connection manager types included with Integration Services (SSIS)are:
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 SSIS and their associated names, see Adding Connections Programmatically.