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


Интерфейс IDTSExecutable100

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents an interface that provides the methods that all objects that are run by the run-time engine are required to inherit and implement.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")> _
Public Interface IDTSExecutable100
'Применение
Dim instance As IDTSExecutable100
[GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface IDTSExecutable100
[GuidAttribute(L"49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface class IDTSExecutable100
[<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")>]
type IDTSExecutable100 =  interface end
public interface IDTSExecutable100

Тип IDTSExecutable100 обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Execute Инфраструктура. Executes the executable.
Открытый метод Validate Инфраструктура. Verify that the executable will successfully execute by validating all its dependencies and other items before executing it.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper