Compartilhar via


Método Scripter.WriteEndBatch

Ends a batch; can only be called after WriteStartBatch has been called.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Shared Sub WriteEndBatch ( _
    xmlWriter As XmlWriter _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

Scripter Classe

Namespace Microsoft.AnalysisServices