Bagikan melalui


IProcessable.Process Metode

Definisi

Overload

Process()

Menjalankan proses yang terkait dengan IProcessable dengan jenis default.

Process(ProcessType)

Menjalankan proses yang terkait dengan IProcessable dengan jenis yang ditentukan.

Process(ProcessType, ErrorConfiguration)

Menjalankan proses yang terkait dengan IProcessable dengan jenis proses dan konfigurasi kesalahan yang ditentukan.

Process(ProcessType, ErrorConfiguration, XmlaWarningCollection)

Menjalankan proses yang terkait dengan IProcessable dengan jenis proses, konfigurasi kesalahan, dan peringatan yang ditentukan.

Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection)

Menjalankan proses yang terkait dengan IProcessable dengan jenis proses, konfigurasi kesalahan, peringatan, dan detail dampak yang ditentukan.

Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection, Boolean)

Menjalankan proses yang terkait dengan IProcessable dengan jenis proses, konfigurasi kesalahan, peringatan, dan detail dampak yang ditentukan.

Process()

Menjalankan proses yang terkait dengan IProcessable dengan jenis default.

public void Process ();
abstract member Process : unit -> unit
Public Sub Process ()

Berlaku untuk

Process(ProcessType)

Menjalankan proses yang terkait dengan IProcessable dengan jenis yang ditentukan.

public void Process (Microsoft.AnalysisServices.ProcessType processType);
abstract member Process : Microsoft.AnalysisServices.ProcessType -> unit
Public Sub Process (processType As ProcessType)

Parameter

processType
ProcessType

Jenis proses yang akan dilakukan.

Berlaku untuk

Process(ProcessType, ErrorConfiguration)

Menjalankan proses yang terkait dengan IProcessable dengan jenis proses dan konfigurasi kesalahan yang ditentukan.

public void Process (Microsoft.AnalysisServices.ProcessType processType, Microsoft.AnalysisServices.ErrorConfiguration errorConfiguration);
abstract member Process : Microsoft.AnalysisServices.ProcessType * Microsoft.AnalysisServices.ErrorConfiguration -> unit
Public Sub Process (processType As ProcessType, errorConfiguration As ErrorConfiguration)

Parameter

processType
ProcessType

Jenis proses yang akan dilakukan.

errorConfiguration
ErrorConfiguration

Konfigurasi yang digunakan untuk menangani kesalahan.

Berlaku untuk

Process(ProcessType, ErrorConfiguration, XmlaWarningCollection)

Menjalankan proses yang terkait dengan IProcessable dengan jenis proses, konfigurasi kesalahan, dan peringatan yang ditentukan.

public void Process (Microsoft.AnalysisServices.ProcessType processType, Microsoft.AnalysisServices.ErrorConfiguration errorConfiguration, Microsoft.AnalysisServices.XmlaWarningCollection warnings);
abstract member Process : Microsoft.AnalysisServices.ProcessType * Microsoft.AnalysisServices.ErrorConfiguration * Microsoft.AnalysisServices.XmlaWarningCollection -> unit
Public Sub Process (processType As ProcessType, errorConfiguration As ErrorConfiguration, warnings As XmlaWarningCollection)

Parameter

processType
ProcessType

Jenis proses yang akan dilakukan.

errorConfiguration
ErrorConfiguration

Konfigurasi yang digunakan untuk menangani kesalahan.

warnings
XmlaWarningCollection

Kumpulan peringatan yang terkait dengan objek ini.

Berlaku untuk

Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection)

Menjalankan proses yang terkait dengan IProcessable dengan jenis proses, konfigurasi kesalahan, peringatan, dan detail dampak yang ditentukan.

public void Process (Microsoft.AnalysisServices.ProcessType processType, Microsoft.AnalysisServices.ErrorConfiguration errorConfiguration, Microsoft.AnalysisServices.XmlaWarningCollection warnings, Microsoft.AnalysisServices.ImpactDetailCollection impactResult);
abstract member Process : Microsoft.AnalysisServices.ProcessType * Microsoft.AnalysisServices.ErrorConfiguration * Microsoft.AnalysisServices.XmlaWarningCollection * Microsoft.AnalysisServices.ImpactDetailCollection -> unit
Public Sub Process (processType As ProcessType, errorConfiguration As ErrorConfiguration, warnings As XmlaWarningCollection, impactResult As ImpactDetailCollection)

Parameter

processType
ProcessType

Jenis proses yang akan dilakukan.

errorConfiguration
ErrorConfiguration

Konfigurasi yang digunakan untuk menangani kesalahan.

warnings
XmlaWarningCollection

Kumpulan peringatan yang terkait dengan objek ini.

impactResult
ImpactDetailCollection

Pengumpulan detail tentang ImpactDetailCollection.

Berlaku untuk

Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection, Boolean)

Menjalankan proses yang terkait dengan IProcessable dengan jenis proses, konfigurasi kesalahan, peringatan, dan detail dampak yang ditentukan.

public void Process (Microsoft.AnalysisServices.ProcessType processType, Microsoft.AnalysisServices.ErrorConfiguration errorConfiguration, Microsoft.AnalysisServices.XmlaWarningCollection warnings, Microsoft.AnalysisServices.ImpactDetailCollection impactResult, bool analyzeImpactOnly);
abstract member Process : Microsoft.AnalysisServices.ProcessType * Microsoft.AnalysisServices.ErrorConfiguration * Microsoft.AnalysisServices.XmlaWarningCollection * Microsoft.AnalysisServices.ImpactDetailCollection * bool -> unit
Public Sub Process (processType As ProcessType, errorConfiguration As ErrorConfiguration, warnings As XmlaWarningCollection, impactResult As ImpactDetailCollection, analyzeImpactOnly As Boolean)

Parameter

processType
ProcessType

Jenis proses yang akan dilakukan.

errorConfiguration
ErrorConfiguration

Konfigurasi yang digunakan untuk menangani kesalahan.

warnings
XmlaWarningCollection

Kumpulan peringatan yang terkait dengan objek ini.

impactResult
ImpactDetailCollection

Pengumpulan detail tentang ImpactDetailCollection.

analyzeImpactOnly
Boolean

true untuk menganalisis dampak saja; jika tidak, salah.

Berlaku untuk