Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Writes the scripting process.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Shared Sub WriteProcess ( _
xmlWriter As XmlWriter, _
obj As IMajorObject, _
type As ProcessType _
)
'Utilisation
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
)
Paramètres
- xmlWriter
Type : System.Xml.XmlWriter
The xml writer.
- obj
Type : Microsoft.AnalysisServices.IMajorObject
The object.
- type
Type : Microsoft.AnalysisServices.ProcessType
The type.