AggregationFunctionType Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
The AggregationFunctionType.
public readonly struct AggregationFunctionType : IEquatable<Azure.ResourceManager.Sql.Models.AggregationFunctionType>
type AggregationFunctionType = struct
Public Structure AggregationFunctionType
Implements IEquatable(Of AggregationFunctionType)
- Herencia
-
AggregationFunctionType
- Implementaciones
Constructores
AggregationFunctionType(String) |
Inicializa una nueva instancia de la clase AggregationFunctionType. |
Propiedades
Avg |
Avg. |
Max |
máximo. |
Min |
Min. |
Stdev |
stdev. |
Sum |
Suma. |
Métodos
Equals(AggregationFunctionType) |
Indica si el objeto actual es igual que otro objeto del mismo tipo. |
ToString() |
Devuelve el nombre de tipo completo de esta instancia. |
Operadores
Equality(AggregationFunctionType, AggregationFunctionType) |
Determina si dos AggregationFunctionType valores son iguales. |
Implicit(String to AggregationFunctionType) |
Convierte una cadena en un AggregationFunctionType. |
Inequality(AggregationFunctionType, AggregationFunctionType) |
Determina si dos AggregationFunctionType valores no son los mismos. |
Se aplica a
Azure SDK for .NET