Метод 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.