Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the script for the session.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub ScriptDelete ( _
objects As MajorObject(), _
output As XmlWriter, _
scriptDependents As Boolean _
)
'Usage
Dim instance As Scripter
Dim objects As MajorObject()
Dim output As XmlWriter
Dim scriptDependents As Boolean
instance.ScriptDelete(objects, output, _
scriptDependents)
public void ScriptDelete(
MajorObject[] objects,
XmlWriter output,
bool scriptDependents
)
public:
void ScriptDelete(
array<MajorObject^>^ objects,
XmlWriter^ output,
bool scriptDependents
)
member ScriptDelete :
objects:MajorObject[] *
output:XmlWriter *
scriptDependents:bool -> unit
public function ScriptDelete(
objects : MajorObject[],
output : XmlWriter,
scriptDependents : boolean
)
Parameters
- objects
Type: array<Microsoft.AnalysisServices.MajorObject[]
The major object.
- output
Type: System.Xml.XmlWriter
The XmlWriter output.
- scriptDependents
Type: System.Boolean
true to get script dependents; otherwise, false.