다음을 통해 공유


ExecutePackageTask 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Extends the enterprise capabilities of Integration Services by letting packages run other packages as part of a workflow.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
어셈블리:  Microsoft.SqlServer.ExecPackageTaskWrap(Microsoft.SqlServer.ExecPackageTaskWrap.dll)

구문

‘선언
<GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")> _
Public Interface ExecutePackageTask _
    Inherits IDTSExecutePackage100
‘사용 방법
Dim instance As ExecutePackageTask
[GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")]
public interface ExecutePackageTask : IDTSExecutePackage100
[GuidAttribute(L"F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")]
public interface class ExecutePackageTask : IDTSExecutePackage100
[<GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")>]
type ExecutePackageTask =  
    interface 
        interface IDTSExecutePackage100 
    end
public interface ExecutePackageTask extends IDTSExecutePackage100

ExecutePackageTask 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Connection 인프라입니다. Gets or sets the name of the connection used by the execute package task. (IDTSExecutePackage100에서 상속됨)
공용 속성 ExecuteOutOfProcess 인프라입니다. Gets or sets a value that indicates whether the child package should run in a separate process from the ExecutePackageTask. (IDTSExecutePackage100에서 상속됨)
공용 속성 PackageID 인프라입니다. Gets or sets the identifier of the child package. (IDTSExecutePackage100에서 상속됨)
공용 속성 PackageName 인프라입니다. Gets or sets the name of the child package. (IDTSExecutePackage100에서 상속됨)
공용 속성 PackagePassword 인프라입니다. Sets the password of the child package. (IDTSExecutePackage100에서 상속됨)
공용 속성 ParameterAssignments 인프라입니다. Gets the parameter assignments of the package. (IDTSExecutePackage100에서 상속됨)
공용 속성 UseProjectReference 인프라입니다. Gets or sets a value that indicates whether the IDTSExecutePackage100 uses project reference. (IDTSExecutePackage100에서 상속됨)
공용 속성 VersionID 인프라입니다. Gets or sets the version identifier of the child package. (IDTSExecutePackage100에서 상속됨)

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask 네임스페이스