IDTSProject100.GetParameterVariableByName メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

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

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Function GetParameterVariableByName ( _
    bstrName As String _
) As IDTSVariable100
'使用
Dim instance As IDTSProject100 
Dim bstrName As String 
Dim returnValue As IDTSVariable100 

returnValue = instance.GetParameterVariableByName(bstrName)
IDTSVariable100 GetParameterVariableByName(
    string bstrName
)
IDTSVariable100^ GetParameterVariableByName(
    [InAttribute] String^ bstrName
)
abstract GetParameterVariableByName : 
        bstrName:string -> IDTSVariable100
function GetParameterVariableByName(
    bstrName : String
) : IDTSVariable100

パラメーター

  • bstrName
    型: System.String
    パラメーターの名前です。

戻り値

型: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
返されるパラメーター変数です。

関連項目

参照

IDTSProject100 インターフェイス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間