Método Validate (ValidationErrorCollection, Boolean)
Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Validate ( _
errors As ValidationErrorCollection, _
includeDetailedErrors As Boolean _
) As Boolean
'Uso
Dim instance As ModelComponent
Dim errors As ValidationErrorCollection
Dim includeDetailedErrors As Boolean
Dim returnValue As Boolean
returnValue = instance.Validate(errors, _
includeDetailedErrors)
public bool Validate(
ValidationErrorCollection errors,
bool includeDetailedErrors
)
public:
bool Validate(
ValidationErrorCollection^ errors,
bool includeDetailedErrors
)
member Validate :
errors:ValidationErrorCollection *
includeDetailedErrors:bool -> bool
public function Validate(
errors : ValidationErrorCollection,
includeDetailedErrors : boolean
) : boolean
Parâmetros
- errors
Tipo: Microsoft.AnalysisServices. . :: . .ValidationErrorCollection
A collection within which errors can be logged.
- includeDetailedErrors
Tipo: System. . :: . .Boolean
true if detailed errors is enabled; otherwise false.
Valor de retorno
Tipo: System. . :: . .Boolean
A collection of errors encountered.
Consulte também