Scripter Class
Represents an object for managing scripting operations.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.Scripter
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public NotInheritable Class Scripter
'Usage
Dim instance As Scripter
public sealed class Scripter
public ref class Scripter sealed
[<SealedAttribute>]
type Scripter = class end
public final class Scripter
The Scripter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Scripter | Initializes a new instance of the Scripter class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from 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 | (Inherited from Object.) | |
WriteAlter | Infrastructure. Writes an alteration script for the Scripter session. | |
WriteCreate | Infrastructure. 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) | Infrastructure. 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. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.