IDTSTask100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Defines a property and methods for all the tasks in Integration Services.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")> _
Public Interface IDTSTask100
用法
Dim instance As IDTSTask100
[GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")]
public interface IDTSTask100
[GuidAttribute(L"B6F6D221-FC27-4F71-B5A0-597583986C28")]
public interface class IDTSTask100
[<GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")>]
type IDTSTask100 = interface end
public interface IDTSTask100
IDTSTask100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
ExecutionValue | 基础结构。Gets the value of the execution. This field is read-only. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Execute | 基础结构。Runs the task. |
![]() |
Validate | 基础结构。Verifies that the component is properly configured. |
页首
注释
For more information, see Task.