Share via


IDTSProject100.GetParameterVariableByID(String) 方法

定义

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSVariable100 ^ GetParameterVariableByID(System::String ^ bstrID);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSVariable100 GetParameterVariableByID (string bstrID);
abstract member GetParameterVariableByID : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSVariable100
Public Function GetParameterVariableByID (bstrID As String) As IDTSVariable100

参数

bstrID
String

返回

返回的参数变量。

适用于