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