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 命名空间