Método ModelComponent.Validate (ValidationErrorCollection)

Validates the element to which it is appended; returns any errors encountered in a collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

VB
'Declaração
Public Function Validate ( _
    errors As ValidationErrorCollection _
) As Boolean
'Uso
Dim instance As ModelComponent 
Dim errors As ValidationErrorCollection 
Dim returnValue As Boolean 

returnValue = instance.Validate(errors)

Parâmetros

Valor de retorno

Tipo: System.Boolean
A collection of errors encountered.

Consulte também

Referência

ModelComponent Classe

Sobrecarregado Validate

Namespace Microsoft.AnalysisServices