ValidationError 클래스

Represents the base class for validation errors.

상속 계층

System.Object
  Microsoft.AnalysisServices.ValidationError

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<GuidAttribute("6A4FEEEC-977B-4f3a-9694-E65969EAD568")> _
Public NotInheritable Class ValidationError
‘사용 방법
Dim instance As ValidationError
[GuidAttribute("6A4FEEEC-977B-4f3a-9694-E65969EAD568")]
public sealed class ValidationError
[GuidAttribute(L"6A4FEEEC-977B-4f3a-9694-E65969EAD568")]
public ref class ValidationError sealed
[<SealedAttribute>]
[<GuidAttribute("6A4FEEEC-977B-4f3a-9694-E65969EAD568")>]
type ValidationError =  class end
public final class ValidationError

ValidationError 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 ValidationError(IModelComponent, String) Initializes a new instance of the ValidationError class.
공용 메서드 ValidationError(IModelComponent, String, ErrorPriority) Initializes a new instance of the ValidationError class.
공용 메서드 ValidationError(IModelComponent, String, Int32) Initializes a new instance of the ValidationError class.
공용 메서드 ValidationError(IModelComponent, String, ErrorPriority, Int32) Initializes a new instance of the ValidationError class.

맨 위로 이동

속성

  이름 설명
공용 속성 ErrorCode Gets or sets the error code.
공용 속성 ErrorText Gets or sets the error text for this instance.
공용 속성 FullErrorText Gets the full error text for this instance.
공용 속성 Priority Gets or sets the error priority.
공용 속성 Source Gets or sets the validation source for this instance.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스