Freigeben über


Scripter-Klasse

Represents an object for managing scripting operations.

Vererbungshierarchie

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

Der Scripter-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Scripter Initializes a new instance of the Scripter class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Script Uses an interface pointer that provides access to the scripting object.
Öffentliche Methode ScriptAlter Indicates the alteration for the session.
Öffentliche Methode ScriptCreate Indicates the creation of the script for the session.
Öffentliche Methode ScriptDelete Deletes the script for the session.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche MethodeStatisches Element WriteAlter Infrastruktur Writes an alteration script for the Scripter session.
Öffentliche MethodeStatisches Element WriteCreate Infrastruktur Writes a scrip to create a Scripter object.
Öffentliche MethodeStatisches Element WriteDelete(XmlWriter, IMajorObject, Boolean) Writes a script and delete errors on Scripter.
Öffentliche MethodeStatisches Element WriteDelete(XmlWriter, ObjectReference, Boolean) Writes a script and delete errors on Scripter.
Öffentliche MethodeStatisches Element WriteEndBatch Ends a batch; can only be called after WriteStartBatch has been called.
Öffentliche MethodeStatisches Element WriteEndParallel Ends a parallel; can only be called after WriteStartParallel has been called.
Öffentliche MethodeStatisches Element WriteProcess(XmlWriter, IMajorObject, ProcessType) Writes the scripting process.
Öffentliche MethodeStatisches Element WriteProcess(XmlWriter, IMajorObject, ProcessType, WriteBackTableCreation) Infrastruktur Writes the scripting process.
Öffentliche MethodeStatisches Element WriteStartBatch(XmlWriter, Boolean) Starts a new write batch for the Scripter using the specified xml writer.
Öffentliche MethodeStatisches Element WriteStartBatch(XmlWriter, Boolean, Boolean) Starts a new write batch for the Scripter.
Öffentliche MethodeStatisches Element WriteStartParallel Ends a parallel of the Scripter.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace