다음을 통해 공유


IDTSExecutePackage100 인터페이스

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

Defines the properties for the execute package task.

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

구문

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

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

속성

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

맨 위로 이동

참고 항목

참조

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