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 命名空间