Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |