IDTSInputColumnCollection100.GetInputColumnByName(String, 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::IDTSInputColumn100 ^ GetInputColumnByName(System::String ^ bstrComponentName, System::String ^ bstrName);
[System.Runtime.InteropServices.DispId(102)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSInputColumn100 GetInputColumnByName (string bstrComponentName, string bstrName);
[<System.Runtime.InteropServices.DispId(102)>]
abstract member GetInputColumnByName : string * string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSInputColumn100
Public Function GetInputColumnByName (bstrComponentName As String, bstrName As String) As IDTSInputColumn100
Parameters
- bstrComponentName
- String
- bstrName
- String
Returns
The IDTSInputColumn100 object with the specified name.
- Attributes