IDTSProject100.GetParameterVariableByID(String) 方法

定义

按标识符获取参数变量。

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

参数

bstrID
String

参数标识符。

返回

返回的参数变量。

适用于