共用方式為


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 命名空間