MajorObject.Validate 方法 (ValidationResultCollection)
Indicates whether the MajorObject is valid.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Function Validate ( _
results As ValidationResultCollection _
) As Boolean
'用途
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
參數
- results
型別:Microsoft.AnalysisServices.ValidationResultCollection
A collection of validation results.
傳回值
型別:System.Boolean
true if the MajorObject is valid; otherwise, false.