Класс Scripter
Represents an object for managing scripting operations.
Иерархия наследования
System.Object
Microsoft.AnalysisServices.Scripter
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public NotInheritable Class Scripter
'Применение
Dim instance As Scripter
public sealed class Scripter
public ref class Scripter sealed
[<SealedAttribute>]
type Scripter = class end
public final class Scripter
Тип Scripter обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
Scripter | Initializes a new instance of the Scripter class. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от 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 | (Производный от Object.) | |
WriteAlter | Инфраструктура. Writes an alteration script for the Scripter session. | |
WriteCreate | Инфраструктура. 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) | Инфраструктура. 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. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.