ModelComponent.Validate Method (ValidationErrorCollection)
Validates the element to which it is appended; returns any errors encountered in a collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
Public Function Validate ( _
errors As ValidationErrorCollection _
) As Boolean
public bool Validate (
ValidationErrorCollection errors
)
public:
bool Validate (
ValidationErrorCollection^ errors
)
public boolean Validate (
ValidationErrorCollection errors
)
public function Validate (
errors : ValidationErrorCollection
) : boolean
Параметры
- errors
A collection within which errors can be logged.
Возвращаемое значение
A collection of errors encountered.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ModelComponent Class
ModelComponent Members
Microsoft.AnalysisServices Namespace