Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the ValidationRule associated with the ValidationResult.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Rule As ValidationRule
Get
'Usage
Dim instance As ValidationResult
Dim value As ValidationRule
value = instance.Rule
public ValidationRule Rule { get; }
public:
property ValidationRule^ Rule {
ValidationRule^ get ();
}
member Rule : ValidationRule
function get Rule () : ValidationRule
Eigenschaftswert
Typ: Microsoft.AnalysisServices.ValidationRule
The ValidationRule associated with the ValidationResult.