Partilhar via


Propriedade do RDL IsAggregateFunction

Gets a value that indicates whether this is an aggregate function.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
ReadOnly Property IsAggregateFunction As Boolean
    Get
'Uso
Dim instance As IScalarFunction
Dim value As Boolean

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

Valor da propriedade

Tipo: System. . :: . .Boolean
true if this is an aggregate function; otherwise, false.