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.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSRuntimeConnection100 ^ GetRuntimeConnectionByName(System::String ^ bstrName);
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSRuntimeConnection100 GetRuntimeConnectionByName (string bstrName);
[<System.Runtime.InteropServices.DispId(101)>]
abstract member GetRuntimeConnectionByName : string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSRuntimeConnection100
Public Function GetRuntimeConnectionByName (bstrName As String) As IDTSRuntimeConnection100
Parameters
- bstrName
- String
Returns
The runtime connection.
- Attributes