Méthode MajorObject.Validate (ValidationResultCollection)
Indicates whether the MajorObject is valid.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Validate ( _
results As ValidationResultCollection _
) As Boolean
'Utilisation
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
Paramètres
- results
Type : Microsoft.AnalysisServices.ValidationResultCollection
A collection of validation results.
Valeur de retour
Type : System.Boolean
true if the MajorObject is valid; otherwise, false.