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. |
맨 위로 이동