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 네임스페이스