SPHealthReportCreationData.IsStoreProcedure property
Gets or sets a Boolean value that indicates if the query is a stored procedure.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsStoreProcedure As Boolean
Get
Set
'Usage
Dim instance As SPHealthReportCreationData
Dim value As Boolean
value = instance.IsStoreProcedure
instance.IsStoreProcedure = value
public bool IsStoreProcedure { get; set; }
Property value
Type: System.Boolean
true if the query is a stored procedure; otherwise false.
See also
Reference
SPHealthReportCreationData class