Level.Validate(ValidationErrorCollection, Boolean, ServerEdition) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si l’objet Level est valide.
public override bool Validate (Microsoft.AnalysisServices.ValidationErrorCollection errors, bool includeDetailedErrors, Microsoft.AnalysisServices.ServerEdition serverEdition);
override this.Validate : Microsoft.AnalysisServices.ValidationErrorCollection * bool * Microsoft.AnalysisServices.ServerEdition -> bool
Public Overrides Function Validate (errors As ValidationErrorCollection, includeDetailedErrors As Boolean, serverEdition As ServerEdition) As Boolean
Paramètres
- errors
- ValidationErrorCollection
Collection d’objets ValidationError.
- includeDetailedErrors
- Boolean
true pour inclure les erreurs détaillées dans le paramètre d’erreurs ; sinon, false.
- serverEdition
- ServerEdition
Édition Server d'Analysis Services.
Retours
true si l’action est correctement configurée ; sinon, false.