Propriedade do RDL IsVarArg
Gets a value that indicates whether the number of arguments is variable.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
true if the number of arguments is variable; otherwise, false.
Consulte também