共用方式為


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