Metodo PlanGuide.ValidatePlanGuide (DataRow%)

Returns whether the plan guide is valid.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function ValidatePlanGuide ( _
    <OutAttribute> ByRef errorInfo As DataRow _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.Boolean
True if the plan guide is valid; otherwise, false.

Osservazioni

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

Vedere anche

Riferimento

PlanGuide Classe

Overload ValidatePlanGuide

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Progettazione e implementazione di guide di piano

Guide di piano