ReplacementTask 接口

定义

有关详细信息,请参阅 ReplacementTaskClass

public interface class ReplacementTask : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSTask100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))]
[System.Runtime.InteropServices.Guid("DCF32FF5-2979-4850-AB9A-3B2ACDE318DC")]
public interface ReplacementTask : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTask100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))]
[System.Runtime.InteropServices.Guid("AB0E58E6-7BEA-4A19-8024-6F0A37980B91")]
public interface ReplacementTask : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTask100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))]
[System.Runtime.InteropServices.Guid("82A02844-E972-4205-B7EA-99893C8047BE")]
public interface ReplacementTask : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTask100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))>]
[<System.Runtime.InteropServices.Guid("DCF32FF5-2979-4850-AB9A-3B2ACDE318DC")>]
type ReplacementTask = interface
    interface IDTSTask100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))>]
[<System.Runtime.InteropServices.Guid("AB0E58E6-7BEA-4A19-8024-6F0A37980B91")>]
type ReplacementTask = interface
    interface IDTSTask100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))>]
[<System.Runtime.InteropServices.Guid("82A02844-E972-4205-B7EA-99893C8047BE")>]
type ReplacementTask = interface
    interface IDTSTask100
Public Interface ReplacementTask
Implements IDTSTask100
派生
属性
实现

属性

ExecutionValue

获取执行的值。 此字段为只读。

(继承自 IDTSTask100)

方法

Execute(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100, Object)

运行该任务。

(继承自 IDTSTask100)
Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100)

验证组件是否已正确配置。

(继承自 IDTSTask100)

适用于