Scripter.WriteStartBatch Yöntemi (XmlWriter, Boolean, Boolean)
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Shared Sub WriteStartBatch ( _
xmlWriter As XmlWriter, _
transaction As Boolean, _
processAffectedObjects As Boolean _
)
'Kullanım
Dim xmlWriter As XmlWriter
Dim transaction As Boolean
Dim processAffectedObjects As Boolean
Scripter.WriteStartBatch(xmlWriter, _
transaction, processAffectedObjects)
public static void WriteStartBatch(
XmlWriter xmlWriter,
bool transaction,
bool processAffectedObjects
)
public:
static void WriteStartBatch(
XmlWriter^ xmlWriter,
bool transaction,
bool processAffectedObjects
)
static member WriteStartBatch :
xmlWriter:XmlWriter *
transaction:bool *
processAffectedObjects:bool -> unit
public static function WriteStartBatch(
xmlWriter : XmlWriter,
transaction : boolean,
processAffectedObjects : boolean
)
Parametreler
- xmlWriter
Tür: System.Xml.XmlWriter
- transaction
Tür: System.Boolean
- processAffectedObjects
Tür: System.Boolean
Ayrıca bkz.