IDTSTask100 Interface

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

For more information, see Task.

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

Syntax

'Declaration
<GuidAttribute("C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C")> _
Public Interface IDTSTask100
'Usage
Dim instance As IDTSTask100
[GuidAttribute("C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C")]
public interface IDTSTask100
[GuidAttribute(L"C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C")]
public interface class IDTSTask100
[<GuidAttribute("C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C")>]
type IDTSTask100 =  interface end
public interface IDTSTask100

The IDTSTask100 type exposes the following members.

Properties

  Name Description
Public property ExecutionValue Infrastructure. For more information, see Task.

Top

Methods

  Name Description
Public method Execute Infrastructure. For more information, see Task.
Public method Validate Infrastructure. For more information, see Task.

Top