Metoda IProcessable.Process (ProcessType, ErrorConfiguration)
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Sub Process ( _
processType As ProcessType, _
errorConfiguration As ErrorConfiguration _
)
'Użycie
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
)
Parametry
- processType
Typ: Microsoft.AnalysisServices.ProcessType
- errorConfiguration
Typ: Microsoft.AnalysisServices.ErrorConfiguration
Zobacz także