Partager via


Méthode Scripter.WriteEndParallel

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Shared Sub WriteEndParallel ( _
    xmlWriter As XmlWriter _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

Scripter Classe

Espace de noms Microsoft.AnalysisServices