IDTSProject100.GetParameterVariableByName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parameter variable by name.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100 ^ GetParameterVariableByName(System::String ^ bstrName);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100 GetParameterVariableByName (string bstrName);
abstract member GetParameterVariableByName : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
Public Function GetParameterVariableByName (bstrName As String) As IDTSVariable100
Parameters
- bstrName
- String
The name of the parameter.
Returns
The returned parameter variable.