Condividi tramite


Classe Scripter

Represents an object for managing scripting operations.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.Scripter

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Scripter
'Utilizzo
Dim instance As Scripter
public sealed class Scripter
public ref class Scripter sealed
[<SealedAttribute>]
type Scripter =  class end
public final class Scripter

Nel tipo Scripter sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Scripter Initializes a new instance of the Scripter class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico Script Uses an interface pointer that provides access to the scripting object.
Metodo pubblico ScriptAlter Indicates the alteration for the session.
Metodo pubblico ScriptCreate Indicates the creation of the script for the session.
Metodo pubblico ScriptDelete Deletes the script for the session.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblicoMembro statico WriteAlter Infrastruttura. Writes an alteration script for the Scripter session.
Metodo pubblicoMembro statico WriteCreate Infrastruttura. Writes a scrip to create a Scripter object.
Metodo pubblicoMembro statico WriteDelete(XmlWriter, IMajorObject, Boolean) Writes a script and delete errors on Scripter.
Metodo pubblicoMembro statico WriteDelete(XmlWriter, ObjectReference, Boolean) Writes a script and delete errors on Scripter.
Metodo pubblicoMembro statico WriteEndBatch Ends a batch; can only be called after WriteStartBatch has been called.
Metodo pubblicoMembro statico WriteEndParallel Ends a parallel; can only be called after WriteStartParallel has been called.
Metodo pubblicoMembro statico WriteProcess(XmlWriter, IMajorObject, ProcessType) Writes the scripting process.
Metodo pubblicoMembro statico WriteProcess(XmlWriter, IMajorObject, ProcessType, WriteBackTableCreation) Infrastruttura. Writes the scripting process.
Metodo pubblicoMembro statico WriteStartBatch(XmlWriter, Boolean) Starts a new write batch for the Scripter using the specified xml writer.
Metodo pubblicoMembro statico WriteStartBatch(XmlWriter, Boolean, Boolean) Starts a new write batch for the Scripter.
Metodo pubblicoMembro statico WriteStartParallel Ends a parallel of the Scripter.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices