IBuiltInFunction.IsVarArg Property
Gets a value that indicates whether the number of arguments is variable.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property IsVarArg As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the number of arguments is variable; otherwise, false.