Compartilhar via


Método Scripter.WriteEndParallel

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

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

Sintaxe

'Declaração
Public Shared Sub WriteEndParallel ( _
    xmlWriter As XmlWriter _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

Scripter Classe

Namespace Microsoft.AnalysisServices