共用方式為


Scripter.WriteEndParallel 方法

Ends a parallel; can only be called after WriteStartParallel has been called.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Shared Sub WriteEndParallel ( _
    xmlWriter As XmlWriter _
)
'用途
Dim xmlWriter As XmlWriter 

Scripter.WriteEndParallel(xmlWriter)
public static void WriteEndParallel(
    XmlWriter xmlWriter
)
public:
static void WriteEndParallel(
    XmlWriter^ xmlWriter
)
static member WriteEndParallel : 
        xmlWriter:XmlWriter -> unit
public static function WriteEndParallel(
    xmlWriter : XmlWriter
)

參數

請參閱

參考

Scripter 類別

Microsoft.AnalysisServices 命名空間