Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves an IDTSInputColumn100 object having the specified name.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function GetInputColumnByName ( _
bstrComponentName As String, _
bstrName As String _
) As IDTSInputColumn100
'Usage
Dim instance As IDTSInputColumnCollection100
Dim bstrComponentName As String
Dim bstrName As String
Dim returnValue As IDTSInputColumn100
returnValue = instance.GetInputColumnByName(bstrComponentName, _
bstrName)
IDTSInputColumn100 GetInputColumnByName(
string bstrComponentName,
string bstrName
)
IDTSInputColumn100^ GetInputColumnByName(
[InAttribute] String^ bstrComponentName,
[InAttribute] String^ bstrName
)
abstract GetInputColumnByName :
bstrComponentName:string *
bstrName:string -> IDTSInputColumn100
function GetInputColumnByName(
bstrComponentName : String,
bstrName : String
) : IDTSInputColumn100
Parameters
- bstrComponentName
Type: System.String
The name of the IDTSInputColumn100 object.
- bstrName
Type: System.String
The name of the component that contains the IDTSInputColumn100.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
The IDTSInputColumn100 object with the specified name.