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