共用方式為


Scripter 類別

Represents an object for managing scripting operations.

繼承階層

System.Object
  Microsoft.AnalysisServices.Scripter

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

語法

'宣告
Public NotInheritable Class Scripter
'用途
Dim instance As Scripter
public sealed class Scripter
public ref class Scripter sealed
[<SealedAttribute>]
type Scripter =  class end
public final class Scripter

Scripter 型別公開下列成員。

建構函式

  名稱 說明
公用方法 Scripter Initializes a new instance of the Scripter class.

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 Script Uses an interface pointer that provides access to the scripting object.
公用方法 ScriptAlter Indicates the alteration for the session.
公用方法 ScriptCreate Indicates the creation of the script for the session.
公用方法 ScriptDelete Deletes the script for the session.
公用方法 ToString (繼承自 Object。)
公用方法靜態成員 WriteAlter 基礎結構。Writes an alteration script for the Scripter session.
公用方法靜態成員 WriteCreate 基礎結構。Writes a scrip to create a Scripter object.
公用方法靜態成員 WriteDelete(XmlWriter, IMajorObject, Boolean) Writes a script and delete errors on Scripter.
公用方法靜態成員 WriteDelete(XmlWriter, ObjectReference, Boolean) Writes a script and delete errors on Scripter.
公用方法靜態成員 WriteEndBatch Ends a batch; can only be called after WriteStartBatch has been called.
公用方法靜態成員 WriteEndParallel Ends a parallel; can only be called after WriteStartParallel has been called.
公用方法靜態成員 WriteProcess(XmlWriter, IMajorObject, ProcessType) Writes the scripting process.
公用方法靜態成員 WriteProcess(XmlWriter, IMajorObject, ProcessType, WriteBackTableCreation) 基礎結構。Writes the scripting process.
公用方法靜態成員 WriteStartBatch(XmlWriter, Boolean) Starts a new write batch for the Scripter using the specified xml writer.
公用方法靜態成員 WriteStartBatch(XmlWriter, Boolean, Boolean) Starts a new write batch for the Scripter.
公用方法靜態成員 WriteStartParallel Ends a parallel of the Scripter.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices 命名空間