ModelComponent.Validate 메서드 (ValidationErrorCollection)

Validates the element to which it is appended; returns any errors encountered in a collection.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Function Validate ( _
    errors As ValidationErrorCollection _
) As Boolean
‘사용 방법
Dim instance As ModelComponent 
Dim errors As ValidationErrorCollection 
Dim returnValue As Boolean 

returnValue = instance.Validate(errors)
public bool Validate(
    ValidationErrorCollection errors
)
public:
bool Validate(
    ValidationErrorCollection^ errors
)
member Validate : 
        errors:ValidationErrorCollection -> bool
public function Validate(
    errors : ValidationErrorCollection
) : boolean

매개 변수

반환 값

유형: System.Boolean
A collection of errors encountered.

참고 항목

참조

ModelComponent 클래스

Validate 오버로드

Microsoft.AnalysisServices 네임스페이스