Metodo Scripter.WriteEndParallel
Ends a parallel; can only be called after WriteStartParallel has been called.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Shared Sub WriteEndParallel ( _
xmlWriter As XmlWriter _
)
'Utilizzo
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
)
Parametri
- xmlWriter
Tipo: System.Xml.XmlWriter
The xml writer.