PlanGuide.ValidatePlanGuide Método
Indicates whether the plan guide is valid.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Function ValidatePlanGuide As Boolean
'Uso
Dim instance As PlanGuide
Dim returnValue As Boolean
returnValue = instance.ValidatePlanGuide()
public bool ValidatePlanGuide()
public:
bool ValidatePlanGuide()
member ValidatePlanGuide : unit -> bool
public function ValidatePlanGuide() : boolean
Valor devuelto
Tipo: System.Boolean
true if the plan guide is valid; otherwise, false.
Vea también
Referencia
Sobrecarga de ValidatePlanGuide
Espacio de nombres Microsoft.SqlServer.Management.Smo