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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스