Propriété ParameterCount

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets the number of parameters in the function.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ParameterCount As Integer
    Get
'Utilisation
Dim instance As FilterNodeFunction
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
The number of parameters in the function.