Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.