Поделиться через


Класс 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().)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices