Compartir a través de


MajorObject.Validate Método (ValidationResultCollection)

Indicates whether the MajorObject is valid.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

MajorObject Clase

Sobrecarga de Validate

Espacio de nombres Microsoft.AnalysisServices