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 命名空间