Classe Scripter

Represents an object for managing scripting operations.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.Scripter

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public NotInheritable Class Scripter
'Utilisation
Dim instance As Scripter
public sealed class Scripter
public ref class Scripter sealed
[<SealedAttribute>]
type Scripter =  class end
public final class Scripter

Le type Scripter expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Scripter Initializes a new instance of the Scripter class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique Script Uses an interface pointer that provides access to the scripting object.
Méthode publique ScriptAlter Indicates the alteration for the session.
Méthode publique ScriptCreate Indicates the creation of the script for the session.
Méthode publique ScriptDelete Deletes the script for the session.
Méthode publique ToString (hérité de Object.)
Méthode publiqueMembre statique WriteAlter Infrastructure. Writes an alteration script for the Scripter session.
Méthode publiqueMembre statique WriteCreate Infrastructure. Writes a scrip to create a Scripter object.
Méthode publiqueMembre statique WriteDelete(XmlWriter, IMajorObject, Boolean) Writes a script and delete errors on Scripter.
Méthode publiqueMembre statique WriteDelete(XmlWriter, ObjectReference, Boolean) Writes a script and delete errors on Scripter.
Méthode publiqueMembre statique WriteEndBatch Ends a batch; can only be called after WriteStartBatch has been called.
Méthode publiqueMembre statique WriteEndParallel Ends a parallel; can only be called after WriteStartParallel has been called.
Méthode publiqueMembre statique WriteProcess(XmlWriter, IMajorObject, ProcessType) Writes the scripting process.
Méthode publiqueMembre statique WriteProcess(XmlWriter, IMajorObject, ProcessType, WriteBackTableCreation) Infrastructure. Writes the scripting process.
Méthode publiqueMembre statique WriteStartBatch(XmlWriter, Boolean) Starts a new write batch for the Scripter using the specified xml writer.
Méthode publiqueMembre statique WriteStartBatch(XmlWriter, Boolean, Boolean) Starts a new write batch for the Scripter.
Méthode publiqueMembre statique WriteStartParallel Ends a parallel of the Scripter.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices