Compartir a través de


IDtsConnectionBaseService.GetConnectionsOfType Método

Returns all connections of the specified type found in the current package.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Design
Ensamblado:  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Sintaxis

'Declaración
Function GetConnectionsOfType ( _
    connectionType As String _
) As ArrayList
'Uso
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

Parámetros

  • connectionType
    Tipo: System.String
    The type of connection to return.

Valor devuelto

Tipo: System.Collections.ArrayList
An ArrayList that contains the connections.

Vea también

Referencia

IDtsConnectionBaseService Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Design