다음을 통해 공유


ScriptObjectModel 멤버

Gives the developer of the Script task programmatic access to objects defined in the package through the global Dts object. The Dts object is an instance of the ScriptObjectModel class.

ScriptObjectModel 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드 Log Logs an entry to all enabled log providers.
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 Connections Returns the Connections collection of existing connections defined in the package that contains the Script task.
공용 속성 Events Returns the IDTSComponentEvents collection of existing events defined in the package that contains the Script task.
공용 속성 ExecutionValue Gets or sets a user-defined object that provides additional information about the results of task execution.
공용 속성 TaskResult Returns the DTSExecResult of the Script task.
공용 속성 Transaction Returns the transaction associated with the container of the Script task.
공용 속성 VariableDispenser Returns the VariableDispenser that can be used within the Script task to work with existing variables.
공용 속성 Variables Returns the Variables collection of existing variables defined in the package that contains the Script task.

맨 위로 이동