Sdílet prostřednictvím


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
Public method Scripter Initializes a new instance of the Scripter class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Script Uses an interface pointer that provides access to the scripting object.
Public method ScriptAlter Indicates the alteration for the session.
Public method ScriptCreate Indicates the creation of the script for the session.
Public method ScriptDelete Deletes the script for the session.
Public method ToString (Inherited from Object.)
Public methodStatic member WriteAlter Infrastructure. Writes an alteration script for the Scripter session.
Public methodStatic member WriteCreate Infrastructure. Writes a scrip to create a Scripter object.
Public methodStatic member WriteDelete(XmlWriter, IMajorObject, Boolean) Writes a script and delete errors on Scripter.
Public methodStatic member WriteDelete(XmlWriter, ObjectReference, Boolean) Writes a script and delete errors on Scripter.
Public methodStatic member WriteEndBatch Ends a batch; can only be called after WriteStartBatch has been called.
Public methodStatic member WriteEndParallel Ends a parallel; can only be called after WriteStartParallel has been called.
Public methodStatic member WriteProcess(XmlWriter, IMajorObject, ProcessType) Writes the scripting process.
Public methodStatic member WriteProcess(XmlWriter, IMajorObject, ProcessType, WriteBackTableCreation) Infrastructure. Writes the scripting process.
Public methodStatic member WriteStartBatch(XmlWriter, Boolean) Starts a new write batch for the Scripter using the specified xml writer.
Public methodStatic member WriteStartBatch(XmlWriter, Boolean, Boolean) Starts a new write batch for the Scripter.
Public methodStatic member 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.

See Also

Reference

Microsoft.AnalysisServices Namespace