CanProcess-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Function CanProcess ( _
    processType As ProcessType _
) As Boolean
'Usage
Dim instance As IProcessable
Dim processType As ProcessType
Dim returnValue As Boolean

returnValue = instance.CanProcess(processType)
bool CanProcess(
    ProcessType processType
)
bool CanProcess(
    ProcessType processType
)
abstract CanProcess : 
        processType:ProcessType -> bool 
function CanProcess(
    processType : ProcessType
) : boolean

Parameter

Rückgabewert

Typ: System. . :: . .Boolean