Método ModelComponent.Validate (ValidationErrorCollection, Boolean, ServerEdition)

Indicates whether a ModelComponent object is valid.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

VB
'Declaração
Public Overridable Function Validate ( _
    errors As ValidationErrorCollection, _
    includeDetailedErrors As Boolean, _
    serverEdition As ServerEdition _
) As Boolean
'Uso
Dim instance As ModelComponent 
Dim errors As ValidationErrorCollection 
Dim includeDetailedErrors As Boolean 
Dim serverEdition As ServerEdition 
Dim returnValue As Boolean 

returnValue = instance.Validate(errors, _
    includeDetailedErrors, serverEdition)

Parâmetros

  • includeDetailedErrors
    Tipo: System.Boolean
    true to include detailed errors; otherwise, false.

Valor de retorno

Tipo: System.Boolean
true if a ModelComponent object is valid; otherwise, false.

Consulte também

Referência

ModelComponent Classe

Sobrecarregado Validate

Namespace Microsoft.AnalysisServices