Método ValidatePlanGuide (DataRow)
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Function ValidatePlanGuide ( _
<OutAttribute> ByRef errorInfo As DataRow _
) As Boolean
'Uso
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
Parâmetros
- errorInfo
Tipo: System.Data. . :: . .DataRow%
Valor de retorno
Tipo: System. . :: . .Boolean
Consulte também