SPHealthReportCreationData.IsStoreProcedure-Eigenschaft
Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob die Abfrage eine gespeicherte Prozedur ist.
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; }
Eigenschaftswert
Typ: System.Boolean
true Wenn die Abfrage eine gespeicherte Prozedur ist; andernfalls false.
Siehe auch
Referenz
SPHealthReportCreationData Klasse