Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- xmlWriter
Type : System.Xml.XmlWriter
The xml writer.