Scripter.WriteAlter(XmlWriter, IMajorObject, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.