अंग्रेज़ी में पढ़ें

इसके माध्यम से साझा किया गया


PerspectiveHierarchy.Validate Method (ValidationErrorCollection, Boolean, ServerEdition)

Validates the element to which it is appended; returns any errors encountered into a collection. Also contains a parameter to enable return of detailed errors.

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

Syntax

VB
'Declaration
Public Overrides Function Validate ( _
    errors As ValidationErrorCollection, _
    includeDetailedErrors As Boolean, _
    serverEdition As ServerEdition _
) As Boolean
'Usage
Dim instance As PerspectiveHierarchy 
Dim errors As ValidationErrorCollection 
Dim includeDetailedErrors As Boolean 
Dim serverEdition As ServerEdition 
Dim returnValue As Boolean 

returnValue = instance.Validate(errors, _
    includeDetailedErrors, serverEdition)

Parameters

  • includeDetailedErrors
    Type: System.Boolean
    true to enable detailed errors; otherwise, false.

Return Value

Type: System.Boolean
true if no errors encountered; otherwise, false.

See Also

Reference

PerspectiveHierarchy Class

Validate Overload

Microsoft.AnalysisServices Namespace