Cube.Validate 메서드 (ValidationErrorCollection, Boolean, Boolean, ServerEdition)

Determines whether the Cube is valid.

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

구문

‘선언
Public Function Validate ( _
    errors As ValidationErrorCollection, _
    includeDetailedErrors As Boolean, _
    validateBindings As Boolean, _
    serverEdition As ServerEdition _
) As Boolean
‘사용 방법
Dim instance As Cube 
Dim errors As ValidationErrorCollection 
Dim includeDetailedErrors As Boolean 
Dim validateBindings As Boolean 
Dim serverEdition As ServerEdition 
Dim returnValue As Boolean 

returnValue = instance.Validate(errors, _
    includeDetailedErrors, validateBindings, _
    serverEdition)
public bool Validate(
    ValidationErrorCollection errors,
    bool includeDetailedErrors,
    bool validateBindings,
    ServerEdition serverEdition
)
public:
bool Validate(
    ValidationErrorCollection^ errors, 
    bool includeDetailedErrors, 
    bool validateBindings, 
    ServerEdition serverEdition
)
member Validate : 
        errors:ValidationErrorCollection * 
        includeDetailedErrors:bool * 
        validateBindings:bool * 
        serverEdition:ServerEdition -> bool
public function Validate(
    errors : ValidationErrorCollection, 
    includeDetailedErrors : boolean, 
    validateBindings : boolean, 
    serverEdition : ServerEdition
) : boolean

매개 변수

  • includeDetailedErrors
    유형: System.Boolean
    true to include detailed errors; otherwise, false.
  • validateBindings
    유형: System.Boolean
    true to validate a collection of bindings; otherwise, false.

반환 값

유형: System.Boolean
true if the Cube is valid; otherwise, false.

참고 항목

참조

Cube 클래스

Validate 오버로드

Microsoft.AnalysisServices 네임스페이스