Scripter.WriteDelete Method

Definition

Overloads

WriteDelete(XmlWriter, IMajorObject, Boolean)

Writes a delete element into the script.

WriteDelete(XmlWriter, ObjectReference, Boolean)

Writes a delete element into the script.

WriteDelete(XmlWriter, IMajorObject, Boolean)

Writes a delete element into the script.

public static void WriteDelete (System.Xml.XmlWriter xmlWriter, Microsoft.AnalysisServices.IMajorObject obj, bool ignoreFailures);
static member WriteDelete : System.Xml.XmlWriter * Microsoft.AnalysisServices.IMajorObject * bool -> unit
Public Shared Sub WriteDelete (xmlWriter As XmlWriter, obj As IMajorObject, ignoreFailures As Boolean)

Parameters

xmlWriter
XmlWriter

The writer into which the output is writen.

obj
IMajorObject

The object to be deleted.

ignoreFailures
Boolean

true to ignore errors; otherwise, false.

Applies to

WriteDelete(XmlWriter, ObjectReference, Boolean)

Writes a delete element into the script.

public static void WriteDelete (System.Xml.XmlWriter xmlWriter, Microsoft.AnalysisServices.ObjectReference obj, bool ignoreFailures);
static member WriteDelete : System.Xml.XmlWriter * Microsoft.AnalysisServices.ObjectReference * bool -> unit
Public Shared Sub WriteDelete (xmlWriter As XmlWriter, obj As ObjectReference, ignoreFailures As Boolean)

Parameters

xmlWriter
XmlWriter

The writer into which the output is writen.

obj
ObjectReference

The object to be deleted.

ignoreFailures
Boolean

true to ignore errors; otherwise, false.

Applies to