Método WriteCreate
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Shared Sub WriteCreate ( _
xmlWriter As XmlWriter, _
parent As IMajorObject, _
obj As IMajorObject, _
fullExpanded As Boolean, _
allowOverwrite As Boolean _
)
'Uso
Dim xmlWriter As XmlWriter
Dim parent As IMajorObject
Dim obj As IMajorObject
Dim fullExpanded As Boolean
Dim allowOverwrite As Boolean
Scripter.WriteCreate(xmlWriter, parent, _
obj, fullExpanded, allowOverwrite)
public static void WriteCreate(
XmlWriter xmlWriter,
IMajorObject parent,
IMajorObject obj,
bool fullExpanded,
bool allowOverwrite
)
public:
static void WriteCreate(
XmlWriter^ xmlWriter,
IMajorObject^ parent,
IMajorObject^ obj,
bool fullExpanded,
bool allowOverwrite
)
static member WriteCreate :
xmlWriter:XmlWriter *
parent:IMajorObject *
obj:IMajorObject *
fullExpanded:bool *
allowOverwrite:bool -> unit
public static function WriteCreate(
xmlWriter : XmlWriter,
parent : IMajorObject,
obj : IMajorObject,
fullExpanded : boolean,
allowOverwrite : boolean
)
Parâmetros
- xmlWriter
Tipo: System.Xml. . :: . .XmlWriter
- parent
Tipo: Microsoft.AnalysisServices. . :: . .IMajorObject
- fullExpanded
Tipo: System. . :: . .Boolean
- allowOverwrite
Tipo: System. . :: . .Boolean