SPHealthReportCreationData members

Represents data used to create a health report.

The SPHealthReportCreationData type exposes the following members.

Constructors

  Name Description
Public method SPHealthReportCreationData() Initializes a new instance of the SPHealthReportCreationData class.
Public method SPHealthReportCreationData(String, String) Initializes a new instance of the SPHealthReportCreationData class based on the name of the report and an SQL query.
Public method 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.
Public method 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.
Public method 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
Public property ColumnNames Gets or sets the column names to use in the report.
Public property IsStoreProcedure Gets or sets a Boolean value that indicates if the query is a stored procedure.
Public property Name Gets or sets the name of the report.
Public property Query Gets or sets the SQL select statement or stored procedure used to generate the report.
Public property RowLimit Gets or sets the upper limit for the number of rows returned for the report.
Public property SupportLogTime Gets or sets a Boolean value indicating whether the query supports @StartTime and @EndTime parameters that indicate the range of the log time.
Public property SupportMachineName Gets or sets a Boolean value indicating whether the query supports the @MachineName parameter that identifies the server in the farm.
Public property SupportMaxRows Gets or sets a Boolean value indicating whether the query supports the @MaxRows parameter that indicates the maximum number of rows to return.
Public property SupportSelectWebApplication Gets or sets a Boolean value indicating whether the query supports the @WebApplicationId parameter representing the GUID for a Web Application.
Public property UpgradedPersistedProperties Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.)
Public method ToString (Inherited from Object.)
Protected method UpdateParent Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.)

Top

See also

Reference

SPHealthReportCreationData class

Microsoft.SharePoint.Administration namespace