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