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


ModelComponent.Validate Method (ValidationErrorCollection, Boolean, ServerEdition)

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
Public Overridable Function Validate ( _
    errors As ValidationErrorCollection, _
    includeDetailedErrors As Boolean, _
    serverEdition As ServerEdition _
) As Boolean
public virtual bool Validate (
    ValidationErrorCollection errors,
    bool includeDetailedErrors,
    ServerEdition serverEdition
)
public:
virtual bool Validate (
    ValidationErrorCollection^ errors, 
    bool includeDetailedErrors, 
    ServerEdition serverEdition
)
public boolean Validate (
    ValidationErrorCollection errors, 
    boolean includeDetailedErrors, 
    ServerEdition serverEdition
)
public function Validate (
    errors : ValidationErrorCollection, 
    includeDetailedErrors : boolean, 
    serverEdition : ServerEdition
) : boolean

Параметры

  • errors
  • includeDetailedErrors
  • serverEdition

Синхронизация потоков

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