Partition.CanProcess Method (ProcessType)

 

Applies To: SQL Server 2016 Preview

Returns a Boolean value indicating whether the partition can be processed with the specified ProcessType parameter.

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 partition can be processed with the specified parameter; otherwise, false.

Implements

IProcessable.CanProcess(ProcessType)

See Also

Partition Class
Microsoft.AnalysisServices Namespace

Return to top