Partager via


WriteEndParallel méthode

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans 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