Scripter.WriteProcess Method (XmlWriter, IMajorObject, ProcessType, WriteBackTableCreation)

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

Writes the scripting process.

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

Syntax

VB
'Declaration
Public Shared Sub WriteProcess ( _
    xmlWriter As XmlWriter, _
    obj As IMajorObject, _
    type As ProcessType, _
    writebackOption As WriteBackTableCreation _
)
'Usage
Dim xmlWriter As XmlWriter 
Dim obj As IMajorObject 
Dim type As ProcessType 
Dim writebackOption As WriteBackTableCreation 

Scripter.WriteProcess(xmlWriter, obj, _
    type, writebackOption)

Parameters

See Also

Reference

Scripter Class

WriteProcess Overload

Microsoft.AnalysisServices Namespace