Scripter.ScriptCreate 方法
Indicates the creation of the script for the session.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Sub ScriptCreate ( _
objects As MajorObject(), _
output As XmlWriter, _
scriptDependents As Boolean _
)
'用途
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
)
參數
- objects
型別:array<Microsoft.AnalysisServices.MajorObject[]
The major object.
- output
型別:System.Xml.XmlWriter
The XmlWriter output.
- scriptDependents
型別:System.Boolean
true to get script dependents; otherwise, false.