Share via


ReplacementTask Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

For more information, see ReplacementTaskClass.

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

Syntax

'Declaration
<GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")> _
Public Interface ReplacementTask _
    Inherits IDTSTask100
'Usage
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

The ReplacementTask type exposes the following members.

Properties

  Name Description
Public property ExecutionValue Infrastructure. Gets the value of the execution. This field is read-only. (Inherited from IDTSTask100.)

Top

Methods

  Name Description
Public method Execute Infrastructure. Runs the task. (Inherited from IDTSTask100.)
Public method Validate Infrastructure. Verifies that the component is properly configured. (Inherited from IDTSTask100.)

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace