IDTSProject100.GetParameterCount メソッド

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

パラメーターの数を取得します。

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

構文

'宣言
Function GetParameterCount As Integer
'使用
Dim instance As IDTSProject100 
Dim returnValue As Integer 

returnValue = instance.GetParameterCount()
int GetParameterCount()
int GetParameterCount()
abstract GetParameterCount : unit -> int
function GetParameterCount() : int

戻り値

型: System.Int32
パラメーターの数です。

関連項目

参照

IDTSProject100 インターフェイス

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