Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Enumerates the types of validation rule.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration ValidationRuleType
'Usage
Dim instance As ValidationRuleType
public enum ValidationRuleType
public enum class ValidationRuleType
type ValidationRuleType
public enum 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. |