Méthodes IProcessable
Inclure les membres protégés
Inclure les membres hérités
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Le type IProcessable expose les membres suivants.
Nom | Description | |
---|---|---|
![]() |
CanProcess | Infrastructure. Indicates whether the IProcessable can perform the specified processing. |
![]() |
Process() | Infrastructure. Executes a process that is associated with the IProcessable with the default type. |
![]() |
Process(ProcessType) | Infrastructure. Executes a process that is associated with the IProcessable with the specified type. |
![]() |
Process(ProcessType, ErrorConfiguration) | Infrastructure. Executes a process that is associated with the IProcessable with the specified process type error configuration. |
![]() |
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection) | Infrastructure. Executes a process that is associated with the IProcessable with the specified process type, error configuration and warnings. |
![]() |
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection) | Infrastructure. Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details. |
![]() |
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection, Boolean) | Infrastructure. Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details. |
Haut de la page