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

Definition

Requests a building of a deletion script.

public void ScriptDelete (Microsoft.AnalysisServices.MajorObject[] objects, System.Xml.XmlWriter output, bool scriptDependents);
member this.ScriptDelete : Microsoft.AnalysisServices.MajorObject[] * System.Xml.XmlWriter * bool -> unit
Public Sub ScriptDelete (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