Partager via


Méthode Cube.Validate (ValidationErrorCollection, Boolean, Boolean, ServerEdition)

Determines whether the Cube is valid.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Validate ( _
    errors As ValidationErrorCollection, _
    includeDetailedErrors As Boolean, _
    validateBindings As Boolean, _
    serverEdition As ServerEdition _
) As Boolean
'Utilisation
Dim instance As Cube 
Dim errors As ValidationErrorCollection 
Dim includeDetailedErrors As Boolean 
Dim validateBindings As Boolean 
Dim serverEdition As ServerEdition 
Dim returnValue As Boolean 

returnValue = instance.Validate(errors, _
    includeDetailedErrors, validateBindings, _
    serverEdition)
public bool Validate(
    ValidationErrorCollection errors,
    bool includeDetailedErrors,
    bool validateBindings,
    ServerEdition serverEdition
)
public:
bool Validate(
    ValidationErrorCollection^ errors, 
    bool includeDetailedErrors, 
    bool validateBindings, 
    ServerEdition serverEdition
)
member Validate : 
        errors:ValidationErrorCollection * 
        includeDetailedErrors:bool * 
        validateBindings:bool * 
        serverEdition:ServerEdition -> bool
public function Validate(
    errors : ValidationErrorCollection, 
    includeDetailedErrors : boolean, 
    validateBindings : boolean, 
    serverEdition : ServerEdition
) : boolean

Paramètres

  • includeDetailedErrors
    Type : System.Boolean
    true to include detailed errors; otherwise, false.
  • validateBindings
    Type : System.Boolean
    true to validate a collection of bindings; otherwise, false.

Valeur de retour

Type : System.Boolean
true if the Cube is valid; otherwise, false.

Voir aussi

Référence

Cube Classe

Surcharge Validate

Espace de noms Microsoft.AnalysisServices