Scripter.WriteProcess 方法 (XmlWriter, IMajorObject, ProcessType, WriteBackTableCreation)
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Writes the scripting process.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Shared Sub WriteProcess ( _
xmlWriter As XmlWriter, _
obj As IMajorObject, _
type As ProcessType, _
writebackOption As WriteBackTableCreation _
)
'用途
Dim xmlWriter As XmlWriter
Dim obj As IMajorObject
Dim type As ProcessType
Dim writebackOption As WriteBackTableCreation
Scripter.WriteProcess(xmlWriter, obj, _
type, writebackOption)
public static void WriteProcess(
XmlWriter xmlWriter,
IMajorObject obj,
ProcessType type,
WriteBackTableCreation writebackOption
)
public:
static void WriteProcess(
XmlWriter^ xmlWriter,
IMajorObject^ obj,
ProcessType type,
WriteBackTableCreation writebackOption
)
static member WriteProcess :
xmlWriter:XmlWriter *
obj:IMajorObject *
type:ProcessType *
writebackOption:WriteBackTableCreation -> unit
public static function WriteProcess(
xmlWriter : XmlWriter,
obj : IMajorObject,
type : ProcessType,
writebackOption : WriteBackTableCreation
)
參數
- xmlWriter
型別:System.Xml.XmlWriter
The xml writer.
- obj
型別:Microsoft.AnalysisServices.IMajorObject
The object.
- type
型別:Microsoft.AnalysisServices.ProcessType
The type.
- writebackOption
型別:Microsoft.AnalysisServices.WriteBackTableCreation
The write back option on the table.