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
)

パラメーター