Share via


Scripter.WriteEndParallel Method

Ends a parallel; can only be called after WriteStartParallel has been called.

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

Syntax

'Declaration
Public Shared Sub WriteEndParallel ( _
    xmlWriter As XmlWriter _
)
'Usage
Dim xmlWriter As XmlWriter 

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

Parameters

See Also

Reference

Scripter Class

Microsoft.AnalysisServices Namespace