Scripter.ScriptDelete(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 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.