ReplacementTaskClass 类

定义

表示替换任务类。

public ref class ReplacementTaskClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ReplacementTask
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("AC7CFD46-0743-4660-BC8B-8F509A8646C4")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ReplacementTaskClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTask
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("8B8C4D3B-F53C-4DCC-8D7D-6E197EE31125")]
public class ReplacementTaskClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTask
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("93EFAC50-733C-4838-98E0-BD2B616F791C")]
public class ReplacementTaskClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTask
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("AC7CFD46-0743-4660-BC8B-8F509A8646C4")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ReplacementTaskClass = class
    interface ReplacementTask
    interface IDTSTask100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("8B8C4D3B-F53C-4DCC-8D7D-6E197EE31125")>]
type ReplacementTaskClass = class
    interface ReplacementTask
    interface IDTSTask100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("93EFAC50-733C-4838-98E0-BD2B616F791C")>]
type ReplacementTaskClass = class
    interface ReplacementTask
    interface IDTSTask100
Public Class ReplacementTaskClass
Implements ReplacementTask
继承
ReplacementTaskClass
属性
实现

构造函数

ReplacementTaskClass()

初始化 ReplacementTaskClass 类的新实例。

属性

ExecutionValue

获取用户定义对象。

方法

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

运行该任务。

Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100)

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

适用于