Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the SQL select statement or stored procedure used to generate the report.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Query As String
Get
Set
'Usage
Dim instance As SPHealthReportCreationData
Dim value As String
value = instance.Query
instance.Query = value
public string Query { get; set; }
Property value
Type: System.String
A SQL select statement or the name of a stored procedure.
See also
Reference
SPHealthReportCreationData class