Classe ValidationResult
Represents a validation error, warning or message returned by the MajorObject.Validate method.
Hiérarchie d'héritage
System.Object
Microsoft.AnalysisServices.ValidationResult
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ValidationResult
'Utilisation
Dim instance As ValidationResult
public sealed class ValidationResult
public ref class ValidationResult sealed
[<SealedAttribute>]
type ValidationResult = class end
public final class ValidationResult
Le type ValidationResult expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Description | Gets either a ValidationRule.Description or a similar text with parameters. | |
Rule | Gets the ValidationRule associated with the ValidationResult. | |
Source | Gets the ModelComponent that is the source of the ValidationResult. | |
SourcePath | Gets the SourcePath extracted from the Source property. | |
SourceType | Gets the SourceType extracted from the Source property. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
ToString | Returns a string representation of the current object. (remplace Object.ToString().) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.