SPHealthReportCreationData-Konstruktor (String, String, Boolean)
Initialisiert eine neue Instanz der Klasse SPHealthReportCreationData basierend auf den Namen des Berichts und einer SQL-Abfrage, die eine gespeicherte Prozedur ist.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
sql As String, _
isStoreProcedure As Boolean _
)
'Usage
Dim name As String
Dim sql As String
Dim isStoreProcedure As Boolean
Dim instance As New SPHealthReportCreationData(name, sql, _
isStoreProcedure)
public SPHealthReportCreationData(
string name,
string sql,
bool isStoreProcedure
)
Parameter
name
Typ: System.StringDer Name des Berichts.
sql
Typ: System.StringDie SQL-Abfrage.
isStoreProcedure
Typ: System.Booleantrue Wenn die Abfrage eine gespeicherte Prozedur ist; andernfalls false.
Siehe auch
Referenz
SPHealthReportCreationData Klasse
SPHealthReportCreationData-Member