Scripter.WriteAlter(XmlWriter, IMajorObject, Boolean, Boolean) Method

Definition

Writes an alter element into the script.

public static void WriteAlter (System.Xml.XmlWriter xmlWriter, Microsoft.AnalysisServices.IMajorObject obj, bool fullExpanded, bool allowCreate);
static member WriteAlter : System.Xml.XmlWriter * Microsoft.AnalysisServices.IMajorObject * bool * bool -> unit
Public Shared Sub WriteAlter (xmlWriter As XmlWriter, obj As IMajorObject, fullExpanded As Boolean, allowCreate As Boolean)

Parameters

xmlWriter
XmlWriter

The writer into which the output is writen.

obj
IMajorObject

The targeted object.

fullExpanded
Boolean

true to expand completely; otherwise, false.

allowCreate
Boolean

true to allow create; otherwise, false.

Applies to