Condividi tramite


Metodo IProcessable.CanProcess

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Indicates whether the IProcessable can perform the specified processing.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Function CanProcess ( _
    processType As ProcessType _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.Boolean
true if the IProcessable can perform the specified processing; otherwise, false.

Vedere anche

Riferimento

IProcessable Interfaccia

Spazio dei nomi Microsoft.AnalysisServices