Compartilhar via


Classe Scripter

Represents an object for managing scripting operations.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.Scripter

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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

O tipo Scripter expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Scripter Initializes a new instance of the Scripter class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado 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 (Herdado de Object.)
Método públicoMembro estático WriteAlter Infraestrutura. Writes an alteration script for the Scripter session.
Método públicoMembro estático WriteCreate Infraestrutura. Writes a scrip to create a Scripter object.
Método públicoMembro estático WriteDelete(XmlWriter, IMajorObject, Boolean) Writes a script and delete errors on Scripter.
Método públicoMembro estático WriteDelete(XmlWriter, ObjectReference, Boolean) Writes a script and delete errors on Scripter.
Método públicoMembro estático WriteEndBatch Ends a batch; can only be called after WriteStartBatch has been called.
Método públicoMembro estático WriteEndParallel Ends a parallel; can only be called after WriteStartParallel has been called.
Método públicoMembro estático WriteProcess(XmlWriter, IMajorObject, ProcessType) Writes the scripting process.
Método públicoMembro estático WriteProcess(XmlWriter, IMajorObject, ProcessType, WriteBackTableCreation) Infraestrutura. Writes the scripting process.
Método públicoMembro estático WriteStartBatch(XmlWriter, Boolean) Starts a new write batch for the Scripter using the specified xml writer.
Método públicoMembro estático WriteStartBatch(XmlWriter, Boolean, Boolean) Starts a new write batch for the Scripter.
Método públicoMembro estático WriteStartParallel Ends a parallel of the Scripter.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices