다음을 통해 공유


AggregationFunctionType Struct

Definition

The AggregationFunctionType.

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

Constructors

AggregationFunctionType(String)

Initializes a new instance of AggregationFunctionType.

Properties

Avg

avg.

Max

max.

Min

min.

Stdev

stdev.

Sum

sum.

Methods

Equals(AggregationFunctionType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AggregationFunctionType, AggregationFunctionType)

Determines if two AggregationFunctionType values are the same.

Implicit(String to AggregationFunctionType)

Converts a string to a AggregationFunctionType.

Inequality(AggregationFunctionType, AggregationFunctionType)

Determines if two AggregationFunctionType values are not the same.

Applies to