ValidationResult 클래스
Represents a validation error, warning or message returned by the MajorObject.Validate method.
상속 계층
System.Object
Microsoft.AnalysisServices.ValidationResult
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public NotInheritable Class ValidationResult
‘사용 방법
Dim instance As ValidationResult
public sealed class ValidationResult
public ref class ValidationResult sealed
[<SealedAttribute>]
type ValidationResult = class end
public final class ValidationResult
ValidationResult 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
Description | Gets either a ValidationRule.Description or a similar text with parameters. |
![]() |
Rule | Gets the ValidationRule associated with the ValidationResult. |
![]() |
Source | Gets the ModelComponent that is the source of the ValidationResult. |
![]() |
SourcePath | Gets the SourcePath extracted from the Source property. |
![]() |
SourceType | Gets the SourceType extracted from the Source property. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Equals | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
ToString | Returns a string representation of the current object. (Object.ToString()을(를) 재정의함) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.