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 | |
---|---|---|
Scripter | Initializes a new instance of the Scripter class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado 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 | (Herdado de Object.) | |
WriteAlter | Infraestrutura. Writes an alteration script for the Scripter session. | |
WriteCreate | Infraestrutura. 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) | Infraestrutura. 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. |
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.