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


Интерфейс IDTSServerExecution100

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

Represents an instance of execution in the Integration Services catalog.

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

Синтаксис

'Декларация
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")> _
Public Interface IDTSServerExecution100
'Применение
Dim instance As IDTSServerExecution100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")]
public interface IDTSServerExecution100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"9D3338B9-D369-4AF0-A314-92CD1C5F483C")]
public interface class IDTSServerExecution100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")>]
type IDTSServerExecution100 =  interface end
public interface IDTSServerExecution100

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

Свойства

  Имя Описание
Открытое свойство ExecutionID Инфраструктура. Gets a 64-bit integer that represents the unique identifier for the instance of execution.
Открытое свойство ExecutionStatus Инфраструктура. Gets the status of the instance of execution.
Открытое свойство Synchronized Инфраструктура. Gets a value that indicates whether the instance of execution is synchronized.

В начало

Методы

  Имя Описание
Открытый метод Dispose Инфраструктура. Releases all the resources used by the IDTSServerExecution100 class.
Открытый метод SetCallerInfo Инфраструктура. Sets the caller information property with the specified caller information.
Открытый метод SetParameterValue Инфраструктура. Sets the parameter with the specified value.
Открытый метод SetPropertyOverrideValue Инфраструктура. Sets the property for an instance of execution in the Integration Services catalog with the specified override value.
Открытый метод Start Инфраструктура. Starts an instance of execution in the Integration Services catalog.

В начало

Замечания

For more information, see SsisServerExecution.

См. также

Справочник

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