AggregationFunctionType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET