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

參數

傳回值

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

請參閱

參考

MajorObject 類別

Validate 多載

Microsoft.AnalysisServices 命名空間