IDTSProject100.GetParameterVariableByID(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 identifier.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100 ^ GetParameterVariableByID(System::String ^ bstrID);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100 GetParameterVariableByID (string bstrID);
abstract member GetParameterVariableByID : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
Public Function GetParameterVariableByID (bstrID As String) As IDTSVariable100
Parameters
- bstrID
- String
The parameter identifier.
Returns
The returned parameter variable.