Share via


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 네임스페이스