IsAggregateFunction Propiedad
Gets a value that indicates whether this is an aggregate function.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Boolean
true if this is an aggregate function; otherwise, false.
Vea también