Share via


Scripter.WriteEndBatch Method

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Shared Sub WriteEndBatch ( _
    xmlWriter As XmlWriter _
)
'Usage
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
)

Parameters