Share via


IBuiltInFunction.MaxNumberOfArgs Property

Gets the maximum number of arguments that the function accepts.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property MaxNumberOfArgs As Integer 
    Get
'Usage
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

Property Value

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

See Also

Reference

IBuiltInFunction Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace