MeasureGroup.CanProcess Method (ProcessType)

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

public override bool CanProcess(
    ProcessType processType
)
public:
virtual bool CanProcess(
    ProcessType processType
) override
override CanProcess : 
        processType:ProcessType -> bool
Public Overrides Function CanProcess (
    processType As ProcessType
) As Boolean

Parameters

Return Value

Type: System.Boolean

True if the specified processType can be processed given the MeasureGroup; otherwise, false.

Implements

IProcessable.CanProcess(ProcessType)

See Also

MeasureGroup Class
Microsoft.AnalysisServices Namespace

Return to top