다음을 통해 공유


ValidateAllPlanGuides 메서드 (DataTable)

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

구문

‘선언
Public Function ValidateAllPlanGuides ( _
    <OutAttribute> ByRef errorInfo As DataTable _
) As Boolean
‘사용 방법
Dim instance As Database
Dim errorInfo As DataTable
Dim returnValue As Boolean

returnValue = instance.ValidateAllPlanGuides(errorInfo)
public bool ValidateAllPlanGuides(
    out DataTable errorInfo
)
public:
bool ValidateAllPlanGuides(
    [OutAttribute] DataTable^% errorInfo
)
member ValidateAllPlanGuides : 
        errorInfo:DataTable byref -> bool 
public function ValidateAllPlanGuides(
    errorInfo : DataTable
) : boolean

매개 변수

반환 값

형식: System. . :: . .Boolean