Compartir a través de


IsVarArg Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
ReadOnly Property IsVarArg As Boolean
    Get
'Uso
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

Valor de la propiedad

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