WriteAlter Método
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Shared Sub WriteAlter ( _
xmlWriter As XmlWriter, _
obj As IMajorObject, _
fullExpanded As Boolean, _
allowCreate As Boolean _
)
'Uso
Dim xmlWriter As XmlWriter
Dim obj As IMajorObject
Dim fullExpanded As Boolean
Dim allowCreate As Boolean
Scripter.WriteAlter(xmlWriter, obj, fullExpanded, _
allowCreate)
public static void WriteAlter(
XmlWriter xmlWriter,
IMajorObject obj,
bool fullExpanded,
bool allowCreate
)
public:
static void WriteAlter(
XmlWriter^ xmlWriter,
IMajorObject^ obj,
bool fullExpanded,
bool allowCreate
)
static member WriteAlter :
xmlWriter:XmlWriter *
obj:IMajorObject *
fullExpanded:bool *
allowCreate:bool -> unit
public static function WriteAlter(
xmlWriter : XmlWriter,
obj : IMajorObject,
fullExpanded : boolean,
allowCreate : boolean
)
Parámetros
- xmlWriter
Tipo: System.Xml. . :: . .XmlWriter
- fullExpanded
Tipo: System. . :: . .Boolean
- allowCreate
Tipo: System. . :: . .Boolean
Vea también