IDTSProject100.GetParameterVariableByID メソッド

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

識別子でパラメーター変数を取得します。

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

構文

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

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

パラメーター

  • bstrID
    型: System.String
    パラメーターの識別子です。

戻り値

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

関連項目

参照

IDTSProject100 インターフェイス

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