Cube.CanProcess Method

Indicates whether the cube can perform the specified processing.

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

Syntax

C#
public override bool CanProcess(
    ProcessType processType
)

Parameters

Return Value

Type: System.Boolean
true if the cube can perform the specified processing; false otherwise.

Implements

IProcessable.CanProcess(ProcessType)

See Also

Reference

Cube Class

Microsoft.AnalysisServices Namespace