次の方法で共有


Validate メソッド (ValidationResultCollection)

名前空間:  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