AggregationFunctionType Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O AggregationFunctionType.
public readonly struct AggregationFunctionType : IEquatable<Azure.ResourceManager.Sql.Models.AggregationFunctionType>
type AggregationFunctionType = struct
Public Structure AggregationFunctionType
Implements IEquatable(Of AggregationFunctionType)
- Herança
-
AggregationFunctionType
- Implementações
Construtores
AggregationFunctionType(String) |
Inicializa uma nova instância de AggregationFunctionType. |
Propriedades
Avg |
Avg. |
Max |
Max. |
Min |
Min. |
Stdev |
Stdev. |
Sum |
Soma. |
Métodos
Equals(AggregationFunctionType) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(AggregationFunctionType, AggregationFunctionType) |
Determina se dois AggregationFunctionType valores são os mesmos. |
Implicit(String to AggregationFunctionType) |
Converte uma cadeia de caracteres em um AggregationFunctionType. |
Inequality(AggregationFunctionType, AggregationFunctionType) |
Determina se dois AggregationFunctionType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET