Proprietà ValidationResult.Rule
Gets the ValidationRule associated with the ValidationResult.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Rule As ValidationRule
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.ValidationRule
The ValidationRule associated with the ValidationResult.