DimensionAttribute.Validate Método (ValidationErrorCollection, Boolean, ServerEdition)
Determines whether the DimensionAttribute is valid.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Overrides Function Validate ( _
errors As ValidationErrorCollection, _
includeDetailedErrors As Boolean, _
serverEdition As ServerEdition _
) As Boolean
'Uso
Dim instance As DimensionAttribute
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
Parámetros
- errors
Tipo: Microsoft.AnalysisServices.ValidationErrorCollection
A collection of validation errors.
- includeDetailedErrors
Tipo: System.Boolean
true to include detailed errors; otherwise, false.
- serverEdition
Tipo: Microsoft.AnalysisServices.ServerEdition
The server edition.
Valor devuelto
Tipo: System.Boolean
true if the DimensionAttribute is valid; otherwise, false.