Partager via


Propriété IsVarArg

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property IsVarArg As Boolean
    Get
'Utilisation
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

Valeur de propriété

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