ProcessableMajorObject.Process Method (ProcessType, WriteBackTableCreation)

 

Applies To: SQL Server (starting with 2016)

Processes the ProcessableMajorObject with the specified process type and writeback option.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public void Process(
    ProcessType processType,
    WriteBackTableCreation writebackOption
)
public:
void Process(
    ProcessType processType,
    WriteBackTableCreation writebackOption
)
member Process : 
        processType:ProcessType *
        writebackOption:WriteBackTableCreation -> unit
Public Sub Process (
    processType As ProcessType,
    writebackOption As WriteBackTableCreation
)

Parameters

See Also

Process Overload
ProcessableMajorObject Class
Microsoft.AnalysisServices Namespace

Return to top