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