다음을 통해 공유


ValidateAllPlanGuides 메서드

데이터베이스와 연결된 실행 계획의 유효성을 확인합니다.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Function ValidateAllPlanGuides As Boolean
‘사용 방법
Dim instance As Database
Dim returnValue As Boolean

returnValue = instance.ValidateAllPlanGuides()
public bool ValidateAllPlanGuides()
public:
bool ValidateAllPlanGuides()
member ValidateAllPlanGuides : unit -> bool 
public function ValidateAllPlanGuides() : boolean

반환 값

유형: System. . :: . .Boolean
모든 실행 계획이 올바른지 여부를 결정하는 Boolean 값입니다.

주의

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