다음을 통해 공유


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
)

매개 변수

참고 항목

참조

Scripter 클래스

Microsoft.AnalysisServices 네임스페이스