Scripter.WriteStartParallel Method
Ends a parallel of the Scripter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Sub WriteStartParallel ( _
xmlWriter As XmlWriter _
)
'Usage
Dim xmlWriter As XmlWriter
Scripter.WriteStartParallel(xmlWriter)
public static void WriteStartParallel(
XmlWriter xmlWriter
)
public:
static void WriteStartParallel(
XmlWriter^ xmlWriter
)
static member WriteStartParallel :
xmlWriter:XmlWriter -> unit
public static function WriteStartParallel(
xmlWriter : XmlWriter
)
Parameters
- xmlWriter
Type: System.Xml.XmlWriter
The xml writer.