Поделиться через


Интерфейс 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