Scripter.WriteEndParallel Method

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