다음을 통해 공유


PlanGuide.ValidatePlanGuide 메서드 (DataRow%)

Returns whether the plan guide is valid.

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

구문

‘선언
Public Function ValidatePlanGuide ( _
    <OutAttribute> ByRef errorInfo As DataRow _
) As Boolean
‘사용 방법
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

매개 변수

반환 값

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

주의

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

참고 항목

참조

PlanGuide 클래스

ValidatePlanGuide 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

계획 지침 디자인 및 구현

계획 지침