IBuiltInFunction.MinNumberOfArgs Property
Gets the minimum 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 MinNumberOfArgs As Integer
Get
'Usage
Dim instance As IBuiltInFunction
Dim value As Integer
value = instance.MinNumberOfArgs
int MinNumberOfArgs { get; }
property int MinNumberOfArgs {
int get ();
}
abstract MinNumberOfArgs : int
function get MinNumberOfArgs () : int
Property Value
Type: System.Int32
The minimum number of arguments that the function accepts.