共用方式為


Scripter.ScriptDelete 方法

Deletes the script for the session.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub ScriptDelete ( _
    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.ScriptDelete(objects, output, _
    scriptDependents)
public void ScriptDelete(
    MajorObject[] objects,
    XmlWriter output,
    bool scriptDependents
)
public:
void ScriptDelete(
    array<MajorObject^>^ objects, 
    XmlWriter^ output, 
    bool scriptDependents
)
member ScriptDelete : 
        objects:MajorObject[] * 
        output:XmlWriter * 
        scriptDependents:bool -> unit
public function ScriptDelete(
    objects : MajorObject[], 
    output : XmlWriter, 
    scriptDependents : boolean
)

參數

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

請參閱

參考

Scripter 類別

Microsoft.AnalysisServices 命名空間