Value.Total Property

 

Applies To: Azure SQL Database

Optional. Gets or sets the total for the interval.

Namespace:   Microsoft.Azure.Management.Sql.Models
Assembly:  Microsoft.Azure.Management.Sql (in Microsoft.Azure.Management.Sql.dll)

Syntax

public Nullable<double> Total { get; set; }
public:
property Nullable<double> Total {
    Nullable<double> get();
    void set(Nullable<double> value);
}
member Total : Nullable<float> with get, set
Public Property Total As Nullable(Of Double)

Property Value

Type: System.Nullable<Double>

See Also

Value Class
Microsoft.Azure.Management.Sql.Models Namespace

Return to top