Méthode IProcessable.CanProcess
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Indicates whether the IProcessable can perform the specified processing.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Function CanProcess ( _
processType As ProcessType _
) As Boolean
'Utilisation
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
Paramètres
- processType
Type : Microsoft.AnalysisServices.ProcessType
The type of processing expected to be performed.
Valeur de retour
Type : System.Boolean
true if the IProcessable can perform the specified processing; otherwise, false.