Value.Count Property
Applies To: Azure SQL Database
Optional. Gets or sets the count for the interval.
Namespace: Microsoft.Azure.Management.Sql.Models
Assembly: Microsoft.Azure.Management.Sql (in Microsoft.Azure.Management.Sql.dll)
Syntax
public double Count { get; set; }
public:
property double Count {
double get();
void set(double value);
}
member Count : float with get, set
Public Property Count As Double
Property Value
Type: System.Double
See Also
Value Class
Microsoft.Azure.Management.Sql.Models Namespace
Return to top