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
C#
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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。