Freigeben über


ValidationRule-Klasse

Represents the validation rule.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.ValidationRule

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public NotInheritable Class ValidationRule
'Usage
Dim instance As ValidationRule
public sealed class ValidationRule
public ref class ValidationRule sealed
[<SealedAttribute>]
type ValidationRule =  class end
public final class ValidationRule

Der ValidationRule-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Category Gets or sets the category.
Öffentliche Eigenschaft Description Gets or sets the description.
Öffentliche Eigenschaft HelpID Gets or sets the help identifier.
Öffentliche Eigenschaft ID Gets or sets the validation identifier.
Öffentliche Eigenschaft Priority Gets or sets the priority rule.
Öffentliche Eigenschaft Type Gets or sets the type of validation.
Öffentliche EigenschaftStatisches Element Warnings Gets or sets the errors or warnings.

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 (Geerbt von Object.)

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