IDTSInputColumnCollection100.GetInputColumnByName(String, String) Method

Definition

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

Applies to