Partition.CanProcess 方法
Returns a Boolean value indicating whether the partition can be processed with the specified ProcessType parameter.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Overrides Function CanProcess ( _
processType As ProcessType _
) As Boolean
'用途
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
參數
- processType
型別:Microsoft.AnalysisServices.ProcessType
The specified type of processing for the partition.
傳回值
型別:System.Boolean
true if the partition can be processed with the specified parameter; otherwise, false.
實作
IProcessable.CanProcess(ProcessType)