SmartAdmin.EnumHealthStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EnumHealthStatus(Nullable<DateTime>, Nullable<DateTime>) |
Returns DataTable that has the health status of smart admin by specifying the start and end time ranges |
EnumHealthStatus() |
Returns DataTable that has the health status of smart admin with default time range returned by TVF [fn_get_health_status] |
EnumHealthStatus(Nullable<DateTime>, Nullable<DateTime>)
Returns DataTable that has the health status of smart admin by specifying the start and end time ranges
public System.Data.DataTable EnumHealthStatus (DateTime? startDate, DateTime? endDate);
member this.EnumHealthStatus : Nullable<DateTime> * Nullable<DateTime> -> System.Data.DataTable
Public Function EnumHealthStatus (startDate As Nullable(Of DateTime), endDate As Nullable(Of DateTime)) As DataTable
Parameters
Returns
DataTable - based on query output from health status TVF
Applies to
EnumHealthStatus()
Returns DataTable that has the health status of smart admin with default time range returned by TVF [fn_get_health_status]
public System.Data.DataTable EnumHealthStatus ();
member this.EnumHealthStatus : unit -> System.Data.DataTable
Public Function EnumHealthStatus () As DataTable
Returns
DataTable - based on query output from health status TVF