ValidationResult-Klasse
Represents a validation error, warning or message returned by the MajorObject.Validate method.
Vererbungshierarchie
System.Object
Microsoft.AnalysisServices.ValidationResult
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public NotInheritable Class ValidationResult
'Usage
Dim instance As ValidationResult
public sealed class ValidationResult
public ref class ValidationResult sealed
[<SealedAttribute>]
type ValidationResult = class end
public final class ValidationResult
Der ValidationResult-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | Returns a string representation of the current object. (Überschreibt Object.ToString().) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.