IDtsConnectionBaseService.GetConnectionsOfType(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のパッケージ内で見つかった、指定された種類のすべてのコレクションを返します。
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 です。