Scripter.WriteProcess Method

Definition

Overloads

WriteProcess(XmlWriter, IMajorObject, ProcessType)

Writes a process element into the script.

WriteProcess(XmlWriter, IMajorObject, ProcessType, WriteBackTableCreation)

Writes a process element into the script.

WriteProcess(XmlWriter, IMajorObject, ProcessType)

Writes a process element into the script.

public static void WriteProcess (System.Xml.XmlWriter xmlWriter, Microsoft.AnalysisServices.IMajorObject obj, Microsoft.AnalysisServices.ProcessType type);
static member WriteProcess : System.Xml.XmlWriter * Microsoft.AnalysisServices.IMajorObject * Microsoft.AnalysisServices.ProcessType -> unit
Public Shared Sub WriteProcess (xmlWriter As XmlWriter, obj As IMajorObject, type As ProcessType)

Parameters

xmlWriter
XmlWriter

The writer into which the output is writen.

obj
IMajorObject

The object that is to be processed.

type
ProcessType

The type of processing.

Remarks

This API supports the product infrastructure and is not intended to be used directly from your code.

Applies to

WriteProcess(XmlWriter, IMajorObject, ProcessType, WriteBackTableCreation)

Writes a process element into the script.

public static void WriteProcess (System.Xml.XmlWriter xmlWriter, Microsoft.AnalysisServices.IMajorObject obj, Microsoft.AnalysisServices.ProcessType type, Microsoft.AnalysisServices.WriteBackTableCreation writebackOption);
static member WriteProcess : System.Xml.XmlWriter * Microsoft.AnalysisServices.IMajorObject * Microsoft.AnalysisServices.ProcessType * Microsoft.AnalysisServices.WriteBackTableCreation -> unit
Public Shared Sub WriteProcess (xmlWriter As XmlWriter, obj As IMajorObject, type As ProcessType, writebackOption As WriteBackTableCreation)

Parameters

xmlWriter
XmlWriter

The writer into which the output is writen.

obj
IMajorObject

The object that is to be processed.

type
ProcessType

The type of processing.

writebackOption
WriteBackTableCreation

The write back option on the table.

Remarks

This API supports the product infrastructure and is not intended to be used directly from your code.

Applies to