IDTSRuntimeConnectionCollection100.GetRuntimeConnectionByName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the runtime connection of the IDTSRuntimeConnection100 object by name.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSRuntimeConnection100 ^ GetRuntimeConnectionByName(System::String ^ bstrName);
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSRuntimeConnection100 GetRuntimeConnectionByName (string bstrName);
[<System.Runtime.InteropServices.DispId(101)>]
abstract member GetRuntimeConnectionByName : string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSRuntimeConnection100
Public Function GetRuntimeConnectionByName (bstrName As String) As IDTSRuntimeConnection100
Parameters
- bstrName
- String
String containing the connection name.
Returns
The runtime connection.
- Attributes