Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. |