Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates the creation of the script for the session.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub ScriptCreate ( _
objects As MajorObject(), _
output As XmlWriter, _
scriptDependents As Boolean _
)
'Usage
Dim instance As Scripter
Dim objects As MajorObject()
Dim output As XmlWriter
Dim scriptDependents As Boolean
instance.ScriptCreate(objects, output, _
scriptDependents)
public void ScriptCreate(
MajorObject[] objects,
XmlWriter output,
bool scriptDependents
)
public:
void ScriptCreate(
array<MajorObject^>^ objects,
XmlWriter^ output,
bool scriptDependents
)
member ScriptCreate :
objects:MajorObject[] *
output:XmlWriter *
scriptDependents:bool -> unit
public function ScriptCreate(
objects : MajorObject[],
output : XmlWriter,
scriptDependents : boolean
)
Parameter
- objects
Typ: array<Microsoft.AnalysisServices.MajorObject[]
The major object.
- output
Typ: System.Xml.XmlWriter
The XmlWriter output.
- scriptDependents
Typ: System.Boolean
true to get script dependents; otherwise, false.