Dimension.CanProcess Method

Sends a processing type to the server and indicates whether that process type can take place for the Dimension object.

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 ProcessType object that contains information about the processing type available on the Server indicates that processing can take place; otherwise, false.

Implements

IProcessable.CanProcess(ProcessType)

See Also

Reference

Dimension Class

Microsoft.AnalysisServices Namespace