Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether the MajorObject is valid.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Validate ( _
results As ValidationResultCollection _
) As Boolean
'Usage
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
Parameter
- results
Typ: Microsoft.AnalysisServices.ValidationResultCollection
A collection of validation results.
Rückgabewert
Typ: System.Boolean
true if the MajorObject is valid; otherwise, false.