Поделиться через


Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices