Partition.CanProcess Método
Returns a Boolean value indicating whether the partition can be processed with the specified ProcessType parameter.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Overrides Function CanProcess ( _
processType As ProcessType _
) As Boolean
'Uso
Dim instance As Partition
Dim processType As ProcessType
Dim returnValue As Boolean
returnValue = instance.CanProcess(processType)
public override bool CanProcess(
ProcessType processType
)
public:
virtual bool CanProcess(
ProcessType processType
) override
abstract CanProcess :
processType:ProcessType -> bool
override CanProcess :
processType:ProcessType -> bool
public override function CanProcess(
processType : ProcessType
) : boolean
Parámetros
- processType
Tipo: Microsoft.AnalysisServices.ProcessType
The specified type of processing for the partition.
Valor devuelto
Tipo: System.Boolean
true if the partition can be processed with the specified parameter; otherwise, false.
Implementa
IProcessable.CanProcess(ProcessType)