共用方式為


Scripter.WriteCreate 方法

定義

將建立項目寫入至指令碼。

public static void WriteCreate (System.Xml.XmlWriter xmlWriter, Microsoft.AnalysisServices.IMajorObject parent, Microsoft.AnalysisServices.IMajorObject obj, bool fullExpanded, bool allowOverwrite);
static member WriteCreate : System.Xml.XmlWriter * Microsoft.AnalysisServices.IMajorObject * Microsoft.AnalysisServices.IMajorObject * bool * bool -> unit
Public Shared Sub WriteCreate (xmlWriter As XmlWriter, parent As IMajorObject, obj As IMajorObject, fullExpanded As Boolean, allowOverwrite As Boolean)

參數

xmlWriter
XmlWriter

輸出寫入至的目標寫入器。

parent
IMajorObject

目標物件的父系。

obj
IMajorObject

目標物件。

fullExpanded
Boolean

true 表示完全展開;否則為 false。

allowOverwrite
Boolean

true 表示允許覆寫;否則為 false。

適用於