IDtsConnectionBaseService.GetConnectionsOfType(String) 方法

定义

返回当前包中找到的指定类型的所有连接。

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

参数

connectionType
String

要返回的连接类型。

返回

包含连接的 ArrayList

适用于