Freigeben über


ValidateAllPlanGuides-Methode (DataTable)

Überprüft die Gültigkeit der Ausführungspläne, die der Datenbank zugeordnet sind, und gibt einen Überprüfungsbericht zurück.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function ValidateAllPlanGuides ( _
    <OutAttribute> ByRef errorInfo As DataTable _
) As Boolean
'Usage
Dim instance As Database
Dim errorInfo As DataTable
Dim returnValue As Boolean

returnValue = instance.ValidateAllPlanGuides(errorInfo)
public bool ValidateAllPlanGuides(
    out DataTable errorInfo
)
public:
bool ValidateAllPlanGuides(
    [OutAttribute] DataTable^% errorInfo
)
member ValidateAllPlanGuides : 
        errorInfo:DataTable byref -> bool 
public function ValidateAllPlanGuides(
    errorInfo : DataTable
) : boolean

Parameter

  • errorInfo
    Typ: System.Data. . :: . .DataTable%
    Ein Verweis auf den DataTable-Objektwert, der ausführliche Informationen zu den Überprüfungsfehlern für jeden Ausführungsplan enthält, der der Datenbank zugeordnet ist.

Rückgabewert

Typ: System. . :: . .Boolean
Ein Boolean-Wert, der bestimmt, ob alle Ausführungspläne gültig sind.

Hinweise

If the method is unsuccessful, you can run the method again with the output parameter that contains detailed information about each execution plan.