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