IDtsConnectionBaseService.GetConnectionsOfType(String) Method

Definition

Returns all connections of the specified type found in the current package.

public:
 System::Collections::ArrayList ^ GetConnectionsOfType(System::String ^ connectionType);
public System.Collections.ArrayList GetConnectionsOfType (string connectionType);
abstract member GetConnectionsOfType : string -> System.Collections.ArrayList
Public Function GetConnectionsOfType (connectionType As String) As ArrayList

Parameters

connectionType
String

The type of connection to return.

Returns

An ArrayList that contains the connections.

Applies to