WriteEndBatch 方法

命名空间:  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
)

参数