GetConnectionsOfType méthode
Returns all connections of the specified type found in the current package.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Design
Assembly : Microsoft.SqlServer.Dts.Design (dans Microsoft.SqlServer.Dts.Design.dll)
Syntaxe
'Déclaration
Function GetConnectionsOfType ( _
connectionType As String _
) As ArrayList
'Utilisation
Dim instance As IDtsConnectionService
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
Paramètres
- connectionType
Type : System. . :: . .String
The type of connection to return.
Valeur de retour
Type : System.Collections. . :: . .ArrayList
An ArrayList that contains the connections.