Compartir a través de


Clase Scripter

Represents an object for managing scripting operations.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.Scripter

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public NotInheritable Class Scripter
'Uso
Dim instance As Scripter
public sealed class Scripter
public ref class Scripter sealed
[<SealedAttribute>]
type Scripter =  class end
public final class Scripter

El tipo Scripter expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Scripter Initializes a new instance of the Scripter class.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público Script Uses an interface pointer that provides access to the scripting object.
Método público ScriptAlter Indicates the alteration for the session.
Método público ScriptCreate Indicates the creation of the script for the session.
Método público ScriptDelete Deletes the script for the session.
Método público ToString (Se hereda de Object.)
Método públicoMiembro estático WriteAlter Infraestructura. Writes an alteration script for the Scripter session.
Método públicoMiembro estático WriteCreate Infraestructura. Writes a scrip to create a Scripter object.
Método públicoMiembro estático WriteDelete(XmlWriter, IMajorObject, Boolean) Writes a script and delete errors on Scripter.
Método públicoMiembro estático WriteDelete(XmlWriter, ObjectReference, Boolean) Writes a script and delete errors on Scripter.
Método públicoMiembro estático WriteEndBatch Ends a batch; can only be called after WriteStartBatch has been called.
Método públicoMiembro estático WriteEndParallel Ends a parallel; can only be called after WriteStartParallel has been called.
Método públicoMiembro estático WriteProcess(XmlWriter, IMajorObject, ProcessType) Writes the scripting process.
Método públicoMiembro estático WriteProcess(XmlWriter, IMajorObject, ProcessType, WriteBackTableCreation) Infraestructura. Writes the scripting process.
Método públicoMiembro estático WriteStartBatch(XmlWriter, Boolean) Starts a new write batch for the Scripter using the specified xml writer.
Método públicoMiembro estático WriteStartBatch(XmlWriter, Boolean, Boolean) Starts a new write batch for the Scripter.
Método públicoMiembro estático WriteStartParallel Ends a parallel of the Scripter.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices