Propriété ValidationResult.Rule
Gets the ValidationRule associated with the ValidationResult.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Rule As ValidationRule
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices.ValidationRule
The ValidationRule associated with the ValidationResult.