Scripter.WriteProcess 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
WriteProcess(XmlWriter, IMajorObject, ProcessType) |
將處理項目寫入至指令碼。 |
WriteProcess(XmlWriter, IMajorObject, ProcessType, WriteBackTableCreation) |
將處理項目寫入至指令碼。 |
WriteProcess(XmlWriter, IMajorObject, ProcessType)
將處理項目寫入至指令碼。
public static void WriteProcess (System.Xml.XmlWriter xmlWriter, Microsoft.AnalysisServices.IMajorObject obj, Microsoft.AnalysisServices.ProcessType type);
static member WriteProcess : System.Xml.XmlWriter * Microsoft.AnalysisServices.IMajorObject * Microsoft.AnalysisServices.ProcessType -> unit
Public Shared Sub WriteProcess (xmlWriter As XmlWriter, obj As IMajorObject, type As ProcessType)
參數
- xmlWriter
- XmlWriter
輸出寫入至的目標寫入器。
- obj
- IMajorObject
所要處理的物件。
- type
- ProcessType
處理的類型。
備註
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
適用於
WriteProcess(XmlWriter, IMajorObject, ProcessType, WriteBackTableCreation)
將處理項目寫入至指令碼。
public static void WriteProcess (System.Xml.XmlWriter xmlWriter, Microsoft.AnalysisServices.IMajorObject obj, Microsoft.AnalysisServices.ProcessType type, Microsoft.AnalysisServices.WriteBackTableCreation writebackOption);
static member WriteProcess : System.Xml.XmlWriter * Microsoft.AnalysisServices.IMajorObject * Microsoft.AnalysisServices.ProcessType * Microsoft.AnalysisServices.WriteBackTableCreation -> unit
Public Shared Sub WriteProcess (xmlWriter As XmlWriter, obj As IMajorObject, type As ProcessType, writebackOption As WriteBackTableCreation)
參數
- xmlWriter
- XmlWriter
輸出寫入至的目標寫入器。
- obj
- IMajorObject
所要處理的物件。
- type
- ProcessType
處理的類型。
- writebackOption
- WriteBackTableCreation
資料表上的回寫選項。
備註
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。