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