Метод IDtsConnectionBaseService.GetConnectionsOfType
Returns all connections of the specified type found in the current package.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Design
Сборка: Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)
Синтаксис
'Декларация
Function GetConnectionsOfType ( _
connectionType As String _
) As ArrayList
'Применение
Dim instance As IDtsConnectionBaseService
Dim connectionType As String
Dim returnValue As ArrayList
returnValue = instance.GetConnectionsOfType(connectionType)
ArrayList GetConnectionsOfType(
string connectionType
)
ArrayList^ GetConnectionsOfType(
String^ connectionType
)
abstract GetConnectionsOfType :
connectionType:string -> ArrayList
function GetConnectionsOfType(
connectionType : String
) : ArrayList
Параметры
- connectionType
Тип: System.String
The type of connection to return.
Возвращаемое значение
Тип: System.Collections.ArrayList
An ArrayList that contains the connections.