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

매개 변수

반환 값

유형: System.Boolean
true if the partition can be processed with the specified parameter; otherwise, false.

구현

IProcessable.CanProcess(ProcessType)

참고 항목

참조

Partition 클래스

Microsoft.AnalysisServices 네임스페이스