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.
Defines a property and methods for all the tasks in Integration Services.
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 IDTSTask100
'Usage
Dim instance As IDTSTask100
[GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")]
public interface IDTSTask100
[GuidAttribute(L"B6F6D221-FC27-4F71-B5A0-597583986C28")]
public interface class IDTSTask100
[<GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")>]
type IDTSTask100 = interface end
public interface IDTSTask100
The IDTSTask100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ExecutionValue | Infrastructure. Gets the value of the execution. This field is read-only. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Execute | Infrastructure. Runs the task. |
![]() |
Validate | Infrastructure. Verifies that the component is properly configured. |
Top
Remarks
For more information, see Task.