Compartir a través de


Scripter.WriteEndParallel Método

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

Scripter Clase

Espacio de nombres Microsoft.AnalysisServices