共用方式為


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