Partager via


Propriété ParameterCount

Returns the number of parameters being passed to the EventInfo.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ParameterCount As Integer
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Int32
An Integer that specifies the number of parameters.