Udostępnij za pośrednictwem


Metoda IProcessable.Process (ProcessType)

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 _
)
'Użycie
Dim instance As IProcessable
Dim processType As ProcessType

instance.Process(processType)
void Process(
    ProcessType processType
)
void Process(
    ProcessType processType
)
abstract Process : 
        processType:ProcessType -> unit 
function Process(
    processType : ProcessType
)

Parametry