IDTSProject100.GetParameterVariableByName Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the parameter variable by name.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function GetParameterVariableByName ( _
bstrName As String _
) As IDTSVariable100
'Usage
Dim instance As IDTSProject100
Dim bstrName As String
Dim returnValue As IDTSVariable100
returnValue = instance.GetParameterVariableByName(bstrName)
IDTSVariable100 GetParameterVariableByName(
string bstrName
)
IDTSVariable100^ GetParameterVariableByName(
[InAttribute] String^ bstrName
)
abstract GetParameterVariableByName :
bstrName:string -> IDTSVariable100
function GetParameterVariableByName(
bstrName : String
) : IDTSVariable100
Parameters
- bstrName
Type: System.String
The name of the parameter.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The returned parameter variable.