WriteAlter 方法
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Shared Sub WriteAlter ( _
xmlWriter As XmlWriter, _
obj As IMajorObject, _
fullExpanded As Boolean, _
allowCreate As Boolean _
)
'用途
Dim xmlWriter As XmlWriter
Dim obj As IMajorObject
Dim fullExpanded As Boolean
Dim allowCreate As Boolean
Scripter.WriteAlter(xmlWriter, obj, fullExpanded, _
allowCreate)
public static void WriteAlter(
XmlWriter xmlWriter,
IMajorObject obj,
bool fullExpanded,
bool allowCreate
)
public:
static void WriteAlter(
XmlWriter^ xmlWriter,
IMajorObject^ obj,
bool fullExpanded,
bool allowCreate
)
static member WriteAlter :
xmlWriter:XmlWriter *
obj:IMajorObject *
fullExpanded:bool *
allowCreate:bool -> unit
public static function WriteAlter(
xmlWriter : XmlWriter,
obj : IMajorObject,
fullExpanded : boolean,
allowCreate : boolean
)
參數
- xmlWriter
型別:System.Xml. . :: . .XmlWriter
- fullExpanded
型別:System. . :: . .Boolean
- allowCreate
型別:System. . :: . .Boolean