IDTSProject100.GetParameterVariable メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
プロジェクトのパラメーター変数を取得します。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Function GetParameterVariable ( _
Index As Integer _
) As IDTSVariable100
'使用
Dim instance As IDTSProject100
Dim Index As Integer
Dim returnValue As IDTSVariable100
returnValue = instance.GetParameterVariable(Index)
IDTSVariable100 GetParameterVariable(
int Index
)
IDTSVariable100^ GetParameterVariable(
[InAttribute] int Index
)
abstract GetParameterVariable :
Index:int -> IDTSVariable100
function GetParameterVariable(
Index : int
) : IDTSVariable100
パラメーター
- Index
型: System.Int32
パラメーターのインデックスです。
戻り値
型: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
パラメーター変数です。