次の方法で共有


ValidatePlanGuide メソッド (DataRow)

名前空間:  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