Freigeben über


IDTSTask100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IDTSTask100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ExecutionValue Infrastruktur Gets the value of the execution. This field is read-only.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Execute Infrastruktur Runs the task.
Öffentliche Methode Validate Infrastruktur Verifies that the component is properly configured.

Zum Anfang

Hinweise

For more information, see Task.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace