Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Retrieves the runtime connection of the IDTSRuntimeConnection100 object by name.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function GetRuntimeConnectionByName ( _
bstrName As String _
) As IDTSRuntimeConnection100
'Usage
Dim instance As IDTSRuntimeConnectionCollection100
Dim bstrName As String
Dim returnValue As IDTSRuntimeConnection100
returnValue = instance.GetRuntimeConnectionByName(bstrName)
IDTSRuntimeConnection100 GetRuntimeConnectionByName(
string bstrName
)
IDTSRuntimeConnection100^ GetRuntimeConnectionByName(
[InAttribute] String^ bstrName
)
abstract GetRuntimeConnectionByName :
bstrName:string -> IDTSRuntimeConnection100
function GetRuntimeConnectionByName(
bstrName : String
) : IDTSRuntimeConnection100
Parameters
- bstrName
Type: System.String
String containing the connection name.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSRuntimeConnection100
The runtime connection.