Scripter.ScriptAlter(MajorObject[], XmlWriter, Boolean) Method

Definition

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.

Applies to