Compartir a través de


Scripter.WriteEndBatch Método

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

Scripter Clase

Espacio de nombres Microsoft.AnalysisServices