共用方式為


ValidationResult.Rule 屬性

Gets the ValidationRule associated with the ValidationResult.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public ReadOnly Property Rule As ValidationRule 
    Get
'用途
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

屬性值

型別:Microsoft.AnalysisServices.ValidationRule
The ValidationRule associated with the ValidationResult.

請參閱

參考

ValidationResult 類別

Microsoft.AnalysisServices 命名空間