Método Scripter.ScriptAlter
Indicates the alteration for the session.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub ScriptAlter ( _
objects As MajorObject(), _
output As XmlWriter, _
scriptDependents As Boolean _
)
'Uso
Dim instance As Scripter
Dim objects As MajorObject()
Dim output As XmlWriter
Dim scriptDependents As Boolean
instance.ScriptAlter(objects, output, _
scriptDependents)
public void ScriptAlter(
MajorObject[] objects,
XmlWriter output,
bool scriptDependents
)
public:
void ScriptAlter(
array<MajorObject^>^ objects,
XmlWriter^ output,
bool scriptDependents
)
member ScriptAlter :
objects:MajorObject[] *
output:XmlWriter *
scriptDependents:bool -> unit
public function ScriptAlter(
objects : MajorObject[],
output : XmlWriter,
scriptDependents : boolean
)
Parâmetros
- objects
Tipo: array<Microsoft.AnalysisServices.MajorObject[]
The major object.
- output
Tipo: System.Xml.XmlWriter
The XmlWriter output.
- scriptDependents
Tipo: System.Boolean
true to get script dependents; otherwise, false.