ValidationOptions-Enumeration

Enumerates the validation options.

Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
[FlagsAttribute]
public enum ValidationOptions

Elemente

Elementname Beschreibung
AddDetails The AddDetails options.
AddMessages The AddDetails options.
AddWarnings The AddDetails options.
DoNotValidateBindings The AddDetails options.
None The default options.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace