Partager via


Interface IDTSTask100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Defines a property and methods for all the tasks in Integration Services.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")> _
Public Interface IDTSTask100
'Utilisation
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

Le type IDTSTask100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ExecutionValue Infrastructure. Gets the value of the execution. This field is read-only.

Haut de la page

Méthodes

  Nom Description
Méthode publique Execute Infrastructure. Runs the task.
Méthode publique Validate Infrastructure. Verifies that the component is properly configured.

Haut de la page

Notes

For more information, see Task.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper