共用方式為


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.

請參閱

參考

IDtsConnectionBaseService 介面

Microsoft.SqlServer.Dts.Runtime.Design 命名空間