Scripter.ScriptAlter(MajorObject[], XmlWriter, Boolean) 方法

定义

请求生成更改脚本。

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)

参数

objects
MajorObject[]

作为脚本目标的主要对象。

output
XmlWriter

XmlWriter 输出。

scriptDependents
Boolean

若要获取脚本依赖项,则为 true;否则为 false。

适用于