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