WriteStartBatch méthode (XmlWriter, Boolean)
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Shared Sub WriteStartBatch ( _
xmlWriter As XmlWriter, _
transaction As Boolean _
)
'Utilisation
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
)
Paramètres
- xmlWriter
Type : System.Xml. . :: . .XmlWriter
- transaction
Type : System. . :: . .Boolean