Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Writes a script and delete errors on Scripter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Sub WriteDelete ( _
xmlWriter As XmlWriter, _
obj As ObjectReference, _
ignoreFailures As Boolean _
)
'Usage
Dim xmlWriter As XmlWriter
Dim obj As ObjectReference
Dim ignoreFailures As Boolean
Scripter.WriteDelete(xmlWriter, obj, _
ignoreFailures)
public static void WriteDelete(
XmlWriter xmlWriter,
ObjectReference obj,
bool ignoreFailures
)
public:
static void WriteDelete(
XmlWriter^ xmlWriter,
ObjectReference^ obj,
bool ignoreFailures
)
static member WriteDelete :
xmlWriter:XmlWriter *
obj:ObjectReference *
ignoreFailures:bool -> unit
public static function WriteDelete(
xmlWriter : XmlWriter,
obj : ObjectReference,
ignoreFailures : boolean
)
Parameters
- xmlWriter
Type: System.Xml.XmlWriter
The xml writer.
- obj
Type: Microsoft.AnalysisServices.ObjectReference
The object to be used.
- ignoreFailures
Type: System.Boolean
true to ignore errors; otherwise, false.