共用方式為


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。

適用於