次の方法で共有


IDTSProject100.GetParameterVariableByName(String) メソッド

定義

名前でパラメーター変数を取得します。

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

パラメーター

bstrName
String

パラメーターの名前。

戻り値

返されるパラメーター変数です。

適用対象