Classe ValidationRule
Represents the validation rule.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.ValidationRule
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ValidationRule
'Utilizzo
Dim instance As ValidationRule
public sealed class ValidationRule
public ref class ValidationRule sealed
[<SealedAttribute>]
type ValidationRule = class end
public final class ValidationRule
Nel tipo ValidationRule sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.