Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 _
)
'Usage
Dim xmlWriter As XmlWriter
Dim obj As IMajorObject
Dim type As ProcessType
Scripter.WriteProcess(xmlWriter, obj, _
type)
public static void WriteProcess(
XmlWriter xmlWriter,
IMajorObject obj,
ProcessType type
)
public:
static void WriteProcess(
XmlWriter^ xmlWriter,
IMajorObject^ obj,
ProcessType type
)
static member WriteProcess :
xmlWriter:XmlWriter *
obj:IMajorObject *
type:ProcessType -> unit
public static function WriteProcess(
xmlWriter : XmlWriter,
obj : IMajorObject,
type : ProcessType
)
Parameter
- xmlWriter
Typ: System.Xml.XmlWriter
The xml writer.
- obj
Typ: Microsoft.AnalysisServices.IMajorObject
The object.
- type
Typ: Microsoft.AnalysisServices.ProcessType
The type.