IDTSInputColumnCollection100.GetInputColumnByName 方法
Retrieves an IDTSInputColumn100 object having the specified name.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
Function GetInputColumnByName ( _
bstrComponentName As String, _
bstrName As String _
) As IDTSInputColumn100
用法
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
参数
- bstrComponentName
类型:System.String
The name of the IDTSInputColumn100 object.
- bstrName
类型:System.String
The name of the component that contains the IDTSInputColumn100.
返回值
类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
The IDTSInputColumn100 object with the specified name.