Share via


Scripter.ScriptAlter(MajorObject[], XmlWriter, Boolean) Méthode

Définition

Demande une génération d’un script de modification.

public void ScriptAlter (Microsoft.AnalysisServices.MajorObject[] objects, System.Xml.XmlWriter output, bool scriptDependents);
member this.ScriptAlter : Microsoft.AnalysisServices.MajorObject[] * System.Xml.XmlWriter * bool -> unit
Public Sub ScriptAlter (objects As MajorObject(), output As XmlWriter, scriptDependents As Boolean)

Paramètres

objects
MajorObject[]

Objet principal, qui est la cible du script.

output
XmlWriter

Sortie XmlWriter.

scriptDependents
Boolean

true pour obtenir les objets dépendants du script ; sinon, false.

S’applique à