ModelComponent.Validate Method (ValidationErrorCollection)

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

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

Syntax

VB
'Declaration
Public Function Validate ( _
    errors As ValidationErrorCollection _
) As Boolean
'Usage
Dim instance As ModelComponent 
Dim errors As ValidationErrorCollection 
Dim returnValue As Boolean 

returnValue = instance.Validate(errors)

Parameters

Return Value

Type: System.Boolean
A collection of errors encountered.

See Also

Reference

ModelComponent Class

Validate Overload

Microsoft.AnalysisServices Namespace