共用方式為


AggregationDesign.Validate 方法 (ValidationErrorCollection, Boolean, ServerEdition)

Validates the element to which it is appended; returns any errors encountered into a collection. Also contains a parameter to enable return of detailed errors.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Overrides Function Validate ( _
    errors As ValidationErrorCollection, _
    includeDetailedErrors As Boolean, _
    serverEdition As ServerEdition _
) As Boolean
'用途
Dim instance As AggregationDesign 
Dim errors As ValidationErrorCollection 
Dim includeDetailedErrors As Boolean 
Dim serverEdition As ServerEdition 
Dim returnValue As Boolean 

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

參數

  • includeDetailedErrors
    型別:System.Boolean
    true to enable detailed errors; otherwise false.

傳回值

型別:System.Boolean
true if no errors are encountered; otherwise false.

請參閱

參考

AggregationDesign 類別

Validate 多載

Microsoft.AnalysisServices 命名空間