MajorObject.Validate Method (ValidationResultCollection)

 

Applies To: SQL Server (starting with 2016)

Indicates whether the MajorObject is valid.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public bool Validate(
    ValidationResultCollection results
)
public:
bool Validate(
    ValidationResultCollection^ results
)
member Validate : 
        results:ValidationResultCollection -> bool
Public Function Validate (
    results As ValidationResultCollection
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the MajorObject is valid; otherwise, false.

See Also

Validateā€‚Overload
MajorObject Class
Microsoft.AnalysisServices Namespace

Return to top