IDtsConnectionBaseService.GetConnectionsOfType(String) Method
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 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.