Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
![]() |
ReplacementTaskClass | Initializes a new instance of the ReplacementTaskClass class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ExecutionValue | Gets a user-defined object. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Execute | Runs the task. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
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.
.gif)
.gif)
.gif)