Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
ExecutionValue | Infrastructure. Gets the value of the execution. This field is read-only. (Inherited from IDTSTask100.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Execute | Infrastructure. Runs the task. (Inherited from IDTSTask100.) |
![]() |
Validate | Infrastructure. Verifies that the component is properly configured. (Inherited from IDTSTask100.) |
Top