Classe ValidationRule
Represents the validation rule.
Hierarquia de herança
System.Object
Microsoft.AnalysisServices.ValidationRule
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public NotInheritable Class ValidationRule
'Uso
Dim instance As ValidationRule
public sealed class ValidationRule
public ref class ValidationRule sealed
[<SealedAttribute>]
type ValidationRule = class end
public final class ValidationRule
O tipo ValidationRule expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Category | Gets or sets the category. | |
Description | Gets or sets the description. | |
HelpID | Gets or sets the help identifier. | |
ID | Gets or sets the validation identifier. | |
Priority | Gets or sets the priority rule. | |
Type | Gets or sets the type of validation. | |
Warnings | Gets or sets the errors or warnings. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.