Share via


CanProcess 메서드

Returns a Boolean value indicating whether the mining structure 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 MiningStructure
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 mining structure can be processed using the specified option; otherwise false.

구현

IProcessable. . :: . .CanProcess(ProcessType)