Freigeben über


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
Öffentliche Eigenschaft Description Gets either a ValidationRule.Description or a similar text with parameters.
Öffentliche Eigenschaft Rule Gets the ValidationRule associated with the ValidationResult.
Öffentliche Eigenschaft Source Gets the ModelComponent that is the source of the ValidationResult.
Öffentliche Eigenschaft SourcePath Gets the SourcePath extracted from the Source property.
Öffentliche Eigenschaft SourceType Gets the SourceType extracted from the Source property.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace