Método PlanGuide.ValidatePlanGuide
Indicates whether the plan guide is valid.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System.Boolean
true if the plan guide is valid; otherwise, false.
Consulte também
Referência
Sobrecarregado ValidatePlanGuide
Namespace Microsoft.SqlServer.Management.Smo