次の方法で共有


EventInfo.ParameterCount プロパティ

EventInfo に渡されているパラメーターの数を返します。

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

構文

'宣言
Public ReadOnly Property ParameterCount As Integer 
    Get
'使用
Dim instance As EventInfo 
Dim value As Integer 

value = instance.ParameterCount
public int ParameterCount { get; }
public:
property int ParameterCount {
    int get ();
}
member ParameterCount : int
function get ParameterCount () : int

プロパティ値

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

関連項目

参照

EventInfo クラス

Microsoft.SqlServer.Dts.Runtime 名前空間