Méthode IProcessable.Process
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Executes a process that is associated with the IProcessable with the default type.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Sub Process
'Utilisation
Dim instance As IProcessable
instance.Process()
void Process()
void Process()
abstract Process : unit -> unit
function Process()