Share via


SPContentDatabaseTestResult members

Represents a test result entry from integrity check on a content database. A content database check may result in one or more test result entries.

The SPContentDatabaseTestResult type exposes the following members.

Constructors

  Name Description
Public method SPContentDatabaseTestResult(String, Boolean, Boolean, String, String) Initializes a new instance of the SPContentDatabaseTestResult class.
Public method SPContentDatabaseTestResult(String, Boolean, Boolean, String, String, List<SPTestResultLocation>)

Top

Properties

  Name Description
Public property Category Gets or sets the category of the test.
Public property Error Gets or sets a Boolean value that specifies whether the test result represents an error in the database.
Public property Locations locations where the result occurred. comma separated list of urls
Public property Message Gets or sets a description of the test result.
Public property Remedy Gets or sets a possible remedy to fix an issue if the test result represents an error in the database.
Public property UpgradeBlocking Gets or sets a Boolean value that specifies whether to prevent the database from being upgraded if the test result is an error.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPContentDatabaseTestResult class

Microsoft.SharePoint.Upgrade namespace