Partager via


Méthode Scripter.WriteEndBatch

Ends a batch; can only be called after WriteStartBatch has been called.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Shared Sub WriteEndBatch ( _
    xmlWriter As XmlWriter _
)
'Utilisation
Dim xmlWriter As XmlWriter 

Scripter.WriteEndBatch(xmlWriter)
public static void WriteEndBatch(
    XmlWriter xmlWriter
)
public:
static void WriteEndBatch(
    XmlWriter^ xmlWriter
)
static member WriteEndBatch : 
        xmlWriter:XmlWriter -> unit
public static function WriteEndBatch(
    xmlWriter : XmlWriter
)

Paramètres

Voir aussi

Référence

Scripter Classe

Espace de noms Microsoft.AnalysisServices