Share via


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)
Available in Sandboxed Solutions: No

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

SPHealthReportCreationData Members

Microsoft.SharePoint.Administration Namespace