Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Writes the scripting process.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Sub WriteProcess ( _
xmlWriter As XmlWriter, _
obj As IMajorObject, _
type As ProcessType, _
writebackOption As WriteBackTableCreation _
)
'Usage
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
)
Parameters
- xmlWriter
Type: System.Xml.XmlWriter
The xml writer.
- obj
Type: Microsoft.AnalysisServices.IMajorObject
The object.
- type
Type: Microsoft.AnalysisServices.ProcessType
The type.
- writebackOption
Type: Microsoft.AnalysisServices.WriteBackTableCreation
The write back option on the table.