Propriedade do RDL ValidationResult.Rule

Gets the ValidationRule associated with the ValidationResult.

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

Sintaxe

'Declaração
Public ReadOnly Property Rule As ValidationRule 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.ValidationRule
The ValidationRule associated with the ValidationResult.

Consulte também

Referência

ValidationResult Classe

Namespace Microsoft.AnalysisServices