IDTSProject100.GetParameterVariableByID(String) メソッド

定義

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

パラメーター

bstrID
String

返品

返されたパラメータ変数。

適用対象