WriteProcess méthode (XmlWriter, IMajorObject, ProcessType, WriteBackTableCreation)
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Shared Sub WriteProcess ( _
xmlWriter As XmlWriter, _
obj As IMajorObject, _
type As ProcessType, _
writebackOption As WriteBackTableCreation _
)
'Utilisation
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
)
Paramètres
- xmlWriter
Type : System.Xml. . :: . .XmlWriter
- type
Type : Microsoft.AnalysisServices. . :: . .ProcessType
- writebackOption
Type : Microsoft.AnalysisServices. . :: . .WriteBackTableCreation
Voir aussi