Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Determines whether the Dimension is valid.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Validate ( _
errors As ValidationErrorCollection, _
includeDetailedErrors As Boolean, _
validateBindings As Boolean, _
serverEdition As ServerEdition _
) As Boolean
'Usage
Dim instance As Dimension
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
Parameter
- errors
Typ: Microsoft.AnalysisServices.ValidationErrorCollection
A collection of validation errors.
- includeDetailedErrors
Typ: System.Boolean
true to include detailed errors; otherwise, false.
- validateBindings
Typ: System.Boolean
true to validate a collection of bindings; otherwise, false.
- serverEdition
Typ: Microsoft.AnalysisServices.ServerEdition
The server edition.
Rückgabewert
Typ: System.Boolean
true if the Dimension is valid; otherwise, false.