Метод MiningStructure.Validate (ValidationErrorCollection, Boolean, ServerEdition)
Validates the current mining structure and returns a collection of validation errors.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Overrides Function Validate ( _
errors As ValidationErrorCollection, _
includeDetailedErrors As Boolean, _
serverEdition As ServerEdition _
) As Boolean
'Применение
Dim instance As MiningStructure
Dim errors As ValidationErrorCollection
Dim includeDetailedErrors As Boolean
Dim serverEdition As ServerEdition
Dim returnValue As Boolean
returnValue = instance.Validate(errors, _
includeDetailedErrors, serverEdition)
public override bool Validate(
ValidationErrorCollection errors,
bool includeDetailedErrors,
ServerEdition serverEdition
)
public:
virtual bool Validate(
ValidationErrorCollection^ errors,
bool includeDetailedErrors,
ServerEdition serverEdition
) override
abstract Validate :
errors:ValidationErrorCollection *
includeDetailedErrors:bool *
serverEdition:ServerEdition -> bool
override Validate :
errors:ValidationErrorCollection *
includeDetailedErrors:bool *
serverEdition:ServerEdition -> bool
public override function Validate(
errors : ValidationErrorCollection,
includeDetailedErrors : boolean,
serverEdition : ServerEdition
) : boolean
Параметры
- errors
Тип: Microsoft.AnalysisServices.ValidationErrorCollection
The validation error collection.
- includeDetailedErrors
Тип: System.Boolean
true if details of the errors are returned; false if only the error ID is returned.
- serverEdition
Тип: Microsoft.AnalysisServices.ServerEdition
The edition of the server against which the structure should be validated.
Возвращаемое значение
Тип: System.Boolean