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 | |
---|---|---|
Scripter | Initializes a new instance of the Scripter class. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da 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 | Ereditato da Object. | |
WriteAlter | Infrastruttura. Writes an alteration script for the Scripter session. | |
WriteCreate | Infrastruttura. 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) | Infrastruttura. 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 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.