Share via


Méthode ValidatePlanGuide (DataRow)

Returns True if a plan guide is valid; othewise, False. Also returns a data table row that contains error information.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function ValidatePlanGuide ( _
    <OutAttribute> ByRef errorInfo As DataRow _
) As Boolean
'Utilisation
Dim instance As PlanGuide
Dim errorInfo As DataRow
Dim returnValue As Boolean

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

Paramètres

Valeur de retour

Type : System. . :: . .Boolean
Boolean

Notes

By reading the value of the out parameter from the errorInfo table error, information regarding the Plan Guide can be evaluated.