共用方式為


Scripter.WriteStartBatch 方法 (XmlWriter, Boolean)

Starts a new write batch for the Scripter using the specified xml writer.

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

語法

'宣告
Public Shared Sub WriteStartBatch ( _
    xmlWriter As XmlWriter, _
    transaction As Boolean _
)
'用途
Dim xmlWriter As XmlWriter 
Dim transaction As Boolean 

Scripter.WriteStartBatch(xmlWriter, _
    transaction)
public static void WriteStartBatch(
    XmlWriter xmlWriter,
    bool transaction
)
public:
static void WriteStartBatch(
    XmlWriter^ xmlWriter, 
    bool transaction
)
static member WriteStartBatch : 
        xmlWriter:XmlWriter * 
        transaction:bool -> unit
public static function WriteStartBatch(
    xmlWriter : XmlWriter, 
    transaction : boolean
)

參數

  • transaction
    型別:System.Boolean
    true to use transaction; otherwise, false.

請參閱

參考

Scripter 類別

WriteStartBatch 多載

Microsoft.AnalysisServices 命名空間