Scripter.ScriptAlter(MajorObject[], XmlWriter, 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.
Requests a building of an altering script.
public void ScriptAlter (Microsoft.AnalysisServices.MajorObject[] objects, System.Xml.XmlWriter output, bool scriptDependents);
member this.ScriptAlter : Microsoft.AnalysisServices.MajorObject[] * System.Xml.XmlWriter * bool -> unit
Public Sub ScriptAlter (objects As MajorObject(), output As XmlWriter, scriptDependents As Boolean)
Parameters
- objects
- MajorObject[]
The major object, which is the target of the script.
- output
- XmlWriter
The XmlWriter output.
- scriptDependents
- Boolean
true to get script dependents; otherwise, false.