Свойство IsVarArg

Gets a value that indicates whether the number of arguments is variable.

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

Синтаксис

'Декларация
ReadOnly Property IsVarArg As Boolean
    Get
'Применение
Dim instance As IBuiltInFunction
Dim value As Boolean

value = instance.IsVarArg
bool IsVarArg { get; }
property bool IsVarArg {
    bool get ();
}
abstract IsVarArg : bool
function get IsVarArg () : boolean

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

Тип: System. . :: . .Boolean
true if the number of arguments is variable; otherwise, false.