SPHealthReportCreationData members
Represents data used to create a health report.
The SPHealthReportCreationData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPHealthReportCreationData() | Initializes a new instance of the SPHealthReportCreationData class. | |
SPHealthReportCreationData(String, String) | Initializes a new instance of the SPHealthReportCreationData class based on the name of the report and an SQL query. | |
SPHealthReportCreationData(String, String, Boolean) | Initializes a new instance of the SPHealthReportCreationData class based on the name of the report and an SQL query that is a stored procedure. | |
SPHealthReportCreationData(String, String, Boolean, Boolean, Boolean, Boolean, Boolean) | Initializes a new instance of the SPHealthReportCreationData class based on the name of the report and an SQL query that is a stored procedure with specified parameters. | |
SPHealthReportCreationData(String, String, Boolean, Boolean, Boolean, Boolean, Boolean, List<String>) | Initializes a new instance of the SPHealthReportCreationData class based on the name of the report, an SQL query that is a stored procedure with specified parameters, and a list of columns. |
Top
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
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top