Метод Scripter.WriteEndBatch
Ends a batch; can only be called after WriteStartBatch has been called.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Shared Sub WriteEndBatch ( _
xmlWriter As XmlWriter _
)
'Применение
Dim xmlWriter As XmlWriter
Scripter.WriteEndBatch(xmlWriter)
public static void WriteEndBatch(
XmlWriter xmlWriter
)
public:
static void WriteEndBatch(
XmlWriter^ xmlWriter
)
static member WriteEndBatch :
xmlWriter:XmlWriter -> unit
public static function WriteEndBatch(
xmlWriter : XmlWriter
)
Параметры
- xmlWriter
Тип: System.Xml.XmlWriter
The xml writer.