SPHealthReportCreationData constructor (String, String)
Initializes a new instance of the SPHealthReportCreationData class based on the name of the report and an SQL query.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
sql As String _
)
'Usage
Dim name As String
Dim sql As String
Dim instance As New SPHealthReportCreationData(name, sql)
public SPHealthReportCreationData(
string name,
string sql
)
Parameters
name
Type: System.StringThe name of the report.
sql
Type: System.StringThe SQL query.
See also
Reference
SPHealthReportCreationData class
SPHealthReportCreationData members