共用方式為


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
)

參數

  • scriptDependents
    型別:System.Boolean
    true to get script dependents; otherwise, false.

請參閱

參考

Scripter 類別

Microsoft.AnalysisServices 命名空間