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 命名空间