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.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스