ProcessableMajorObject.Process Method (ProcessType, IBinding)

 

Applies To: SQL Server (starting with 2016)

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

Syntax

public void Process(
    ProcessType type,
    IBinding source
)
public:
void Process(
    ProcessType type,
    IBinding^ source
)
member Process : 
        type:ProcessType *
        source:IBinding -> unit
Public Sub Process (
    type As ProcessType,
    source As IBinding
)

Parameters

See Also

Process Overload
ProcessableMajorObject Class
Microsoft.AnalysisServices Namespace

Return to top