共用方式為


ParameterCount 屬性

Returns the number of parameters being passed to the 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
An Integer that specifies the number of parameters.