次の方法で共有


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 です。

適用対象