言語

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

パラメータ識別子です。

返品

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

適用対象