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