Freigeben über


AggregationFunctionType Struktur

Definition

The AggregationFunctionType.

public readonly struct AggregationFunctionType : IEquatable<Azure.ResourceManager.Sql.Models.AggregationFunctionType>
type AggregationFunctionType = struct
Public Structure AggregationFunctionType
Implements IEquatable(Of AggregationFunctionType)
Vererbung
AggregationFunctionType
Implementiert

Konstruktoren

AggregationFunctionType(String)

Initialisiert eine neue Instanz von AggregationFunctionType.

Eigenschaften

Avg

Avg.

Max

Max.

Min

Min.

Stdev

Stdev.

Sum

Summe.

Methoden

Equals(AggregationFunctionType)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

ToString()

Gibt den voll qualifizierten Typnamen dieser Instanz zurück.

Operatoren

Equality(AggregationFunctionType, AggregationFunctionType)

Bestimmt, ob zwei AggregationFunctionType Werte identisch sind.

Implicit(String to AggregationFunctionType)

Konvertiert eine Zeichenfolge in eine AggregationFunctionType.

Inequality(AggregationFunctionType, AggregationFunctionType)

Bestimmt, ob zwei AggregationFunctionType Werte nicht identisch sind.

Gilt für: