Share via


ReplacementTaskClass Class

Represents a replacement task class.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("4C1A9814-A32C-4F7E-99BD-AFEA0520E25E")> _
Public Class ReplacementTaskClass _
    Implements ReplacementTask, IDTSTask100
'Usage
Dim instance As ReplacementTaskClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("4C1A9814-A32C-4F7E-99BD-AFEA0520E25E")]
public class ReplacementTaskClass : ReplacementTask, 
    IDTSTask100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"4C1A9814-A32C-4F7E-99BD-AFEA0520E25E")]
public ref class ReplacementTaskClass : ReplacementTask, 
    IDTSTask100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("4C1A9814-A32C-4F7E-99BD-AFEA0520E25E")>]
type ReplacementTaskClass =  
    class 
        interface ReplacementTask 
        interface IDTSTask100 
    end
public class ReplacementTaskClass implements ReplacementTask, IDTSTask100

The ReplacementTaskClass type exposes the following members.

Constructors

  Name Description
Public method ReplacementTaskClass Initializes a new instance of the ReplacementTaskClass class.

Top

Properties

  Name Description
Public property ExecutionValue Gets a user-defined object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method Execute Runs the task.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Validate Verifies that the component is properly configured.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace