Level.Validate-Methode (ValidationErrorCollection, Boolean, ServerEdition)

Indicates whether the Level object is valid.

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 Level 
Dim errors As ValidationErrorCollection 
Dim includeDetailedErrors As Boolean 
Dim serverEdition As ServerEdition 
Dim returnValue As Boolean 

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

Parameter

  • includeDetailedErrors
    Typ: System.Boolean
    true to include detailed errors in the errors parameter; otherwise, false.

Rückgabewert

Typ: System.Boolean
true if the action is properly configured; otherwise, false.

Siehe auch

Verweis

Level Klasse

Validate-Überladung

Microsoft.AnalysisServices-Namespace