Méthode IProcessable.Process (ProcessType, ErrorConfiguration)
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 specified process type error configuration.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Sub Process ( _
processType As ProcessType, _
errorConfiguration As ErrorConfiguration _
)
'Utilisation
Dim instance As IProcessable
Dim processType As ProcessType
Dim errorConfiguration As ErrorConfiguration
instance.Process(processType, errorConfiguration)
void Process(
ProcessType processType,
ErrorConfiguration errorConfiguration
)
void Process(
ProcessType processType,
ErrorConfiguration^ errorConfiguration
)
abstract Process :
processType:ProcessType *
errorConfiguration:ErrorConfiguration -> unit
function Process(
processType : ProcessType,
errorConfiguration : ErrorConfiguration
)
Paramètres
- processType
Type : Microsoft.AnalysisServices.ProcessType
The type of process to perform.
- errorConfiguration
Type : Microsoft.AnalysisServices.ErrorConfiguration
The configuration used for handling errors.