Compartir a través de


AggregationFunctionType Estructura

Definición

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