ValidationRuleType Enumeration

 

Applies To: SQL Server (starting with 2016)

Enumerates the types of validation rule.

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

Syntax

public enum ValidationRuleType
public enum class ValidationRuleType
type ValidationRuleType
Public Enumeration ValidationRuleType

Members

Member name Description
Error

Specifies a validation rule that is an error type.

Message

Specifies a validation rule that is a message type.

Warning

Specifies a validation rule that is a warning type.

See Also

Microsoft.AnalysisServices Namespace

Return to top