SPHealthReportCreationData Properties
Include Protected Members
Include Inherited Members
The SPHealthReportCreationData type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
ColumnNames | Gets or sets the column names to use in the report. |
![]() |
IsStoreProcedure | Gets or sets a Boolean value that indicates if the query is a stored procedure. |
![]() |
Name | Gets or sets the name of the report. |
![]() |
Query | Gets or sets the SQL select statement or stored procedure used to generate the report. |
![]() |
RowLimit | Gets or sets the upper limit for the number of rows returned for the report. |
![]() |
SupportLogTime | Gets or sets a Boolean value indicating whether the query supports @StartTime and @EndTime parameters that indicate the range of the log time. |
![]() |
SupportMachineName | Gets or sets a Boolean value indicating whether the query supports the @MachineName parameter that identifies the server in the farm. |
![]() |
SupportMaxRows | Gets or sets a Boolean value indicating whether the query supports the @MaxRows parameter that indicates the maximum number of rows to return. |
![]() |
SupportSelectWebApplication | Gets or sets a Boolean value indicating whether the query supports the @WebApplicationId parameter representing the GUID for a Web Application. |
![]() |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
.gif)