IDTSInputColumnCollection100.GetInputColumnByName-Methode
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
Parameter
- bstrComponentName
Typ: System.String
The name of the IDTSInputColumn100 object.
- bstrName
Typ: System.String
The name of the component that contains the IDTSInputColumn100.
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
The IDTSInputColumn100 object with the specified name.