Udostępnij za pośrednictwem


Metoda Scripter.WriteProcess (XmlWriter, IMajorObject, ProcessType, WriteBackTableCreation)

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Shared Sub WriteProcess ( _
    xmlWriter As XmlWriter, _
    obj As IMajorObject, _
    type As ProcessType, _
    writebackOption As WriteBackTableCreation _
)
'Użycie
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
)