다음을 통해 공유


ExecutePackageTaskClass 멤버

Contains the members used to configure and run an Execute Package task, which runs other Integration Services packages.

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

생성자

  이름 설명
공용 메서드 ExecutePackageTaskClass Initializes a new instance of the ExecutePackageTask class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드 InterfaceSupportsErrorInfo 인프라
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 Connection Gets or sets the name of the connection used by the ExecutePackageTask.
공용 속성 ExecuteOutOfProcess Gets or sets a value indicating whether the child package to be executed by the ExecutePackageTask should be executed in the same process as the ExecutePackageTask.
공용 속성 PackageID Gets or sets the identifier of the child package to be executed by the ExecutePackageTask.
공용 속성 PackageName Gets or sets the name of the child package to be executed by the ExecutePackageTask.
공용 속성 PackagePassword Sets the password of the child package to be executed by the ExecutePackageTask.
공용 속성 VersionID Gets or sets the version identifier of the child package to be executed by the ExecutePackageTask.

맨 위로 이동