Метод IProcessable.Process (ProcessType, ErrorConfiguration)
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Executes a process that is associated with the IProcessable with the specified process type error configuration.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Sub Process ( _
processType As ProcessType, _
errorConfiguration As ErrorConfiguration _
)
'Применение
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
)
Параметры
- processType
Тип: Microsoft.AnalysisServices.ProcessType
The type of process to perform.
- errorConfiguration
Тип: Microsoft.AnalysisServices.ErrorConfiguration
The configuration used for handling errors.