Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'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)
public bool Validate(
ValidationErrorCollection errors
)
public:
bool Validate(
ValidationErrorCollection^ errors
)
member Validate :
errors:ValidationErrorCollection -> bool
public function Validate(
errors : ValidationErrorCollection
) : boolean
Parameters
- errors
Type: Microsoft.AnalysisServices.ValidationErrorCollection
A collection within which errors can be logged.
Return Value
Type: System.Boolean
A collection of errors encountered.