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
C#
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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。