Bagikan melalui


IDTSTask100 Interface

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
Public property ExecutionValue Infrastructure. Gets the value of the execution. This field is read-only.

Top

Methods

  Name Description
Public method Execute Infrastructure. Runs the task.
Public method Validate Infrastructure. Verifies that the component is properly configured.

Top

Remarks

For more information, see Task.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace