Méthode IDTSInputColumnCollection100.GetInputColumnByName
Retrieves an IDTSInputColumn100 object having the specified name.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Function GetInputColumnByName ( _
bstrComponentName As String, _
bstrName As String _
) As IDTSInputColumn100
'Utilisation
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
Paramètres
- bstrComponentName
Type : System.String
The name of the IDTSInputColumn100 object.
- bstrName
Type : System.String
The name of the component that contains the IDTSInputColumn100.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
The IDTSInputColumn100 object with the specified name.