Compartilhar via


Método MajorObject.Validate (ValidationResultCollection)

Indicates whether the MajorObject is valid.

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

Sintaxe

'Declaração
Public Function Validate ( _
    results As ValidationResultCollection _
) As Boolean
'Uso
Dim instance As MajorObject 
Dim results As ValidationResultCollection 
Dim returnValue As Boolean 

returnValue = instance.Validate(results)
public bool Validate(
    ValidationResultCollection results
)
public:
bool Validate(
    ValidationResultCollection^ results
)
member Validate : 
        results:ValidationResultCollection -> bool
public function Validate(
    results : ValidationResultCollection
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
true if the MajorObject is valid; otherwise, false.

Consulte também

Referência

MajorObject Classe

Sobrecarregado Validate

Namespace Microsoft.AnalysisServices