Свойство MaxNumberOfArgs

Gets the maximum number of arguments that the function accepts.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property MaxNumberOfArgs As Integer
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Int32
The maximum number of arguments that the function accepts.