Scripter.WriteEndBatch Method (XmlWriter)

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

public static void WriteEndBatch(
    XmlWriter xmlWriter
)
public:
static void WriteEndBatch(
    XmlWriter^ xmlWriter
)
static member WriteEndBatch : 
        xmlWriter:XmlWriter -> unit
Public Shared Sub WriteEndBatch (
    xmlWriter As XmlWriter
)

Parameters

See Also

Scripter Class
Microsoft.AnalysisServices Namespace

Return to top