Partager via


AggregationFunctionType Structure

Définition

The AggregationFunctionType.

public readonly struct AggregationFunctionType : IEquatable<Azure.ResourceManager.Sql.Models.AggregationFunctionType>
type AggregationFunctionType = struct
Public Structure AggregationFunctionType
Implements IEquatable(Of AggregationFunctionType)
Héritage
AggregationFunctionType
Implémente

Constructeurs

AggregationFunctionType(String)

Initialise une nouvelle instance de AggregationFunctionType.

Propriétés

Avg

Avg.

Max

Max.

Min

Min.

Stdev

stdev.

Sum

Somme.

Méthodes

Equals(AggregationFunctionType)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(AggregationFunctionType, AggregationFunctionType)

Détermine si deux AggregationFunctionType valeurs sont identiques.

Implicit(String to AggregationFunctionType)

Convertit une chaîne en AggregationFunctionType.

Inequality(AggregationFunctionType, AggregationFunctionType)

Détermine si deux AggregationFunctionType valeurs ne sont pas identiques.

S’applique à