CanProcess 메서드
Sends a processing type to the server and indicates whether that process type can take place for the Dimension object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Overrides Function CanProcess ( _
processType As ProcessType _
) As Boolean
‘사용 방법
Dim instance As Dimension
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
반환 값
형식: System. . :: . .Boolean
true if the ProcessType object that contains information about the processing type available on the Server indicates that processing can take place; otherwise, false.