Partager via


Propriété MaxNumberOfArgs

Gets the maximum number of arguments that the function accepts.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property MaxNumberOfArgs As Integer
    Get
'Utilisation
Dim instance As IBuiltInFunction
Dim value As Integer

value = instance.MaxNumberOfArgs
int MaxNumberOfArgs { get; }
property int MaxNumberOfArgs {
    int get ();
}
abstract MaxNumberOfArgs : int
function get MaxNumberOfArgs () : int

Valeur de propriété

Type : System. . :: . .Int32
The maximum number of arguments that the function accepts.