Partager via


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

Determines whether the CubePermission is valid.

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

Syntaxe

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

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

Paramètres

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

Valeur de retour

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

Voir aussi

Référence

CubePermission Classe

Surcharge Validate

Espace de noms Microsoft.AnalysisServices