Partager via


Interface IDTSServerExecution100

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

Represents an instance of execution in the Integration Services catalog.

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

Syntaxe

'Déclaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")> _
Public Interface IDTSServerExecution100
'Utilisation
Dim instance As IDTSServerExecution100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")]
public interface IDTSServerExecution100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"9D3338B9-D369-4AF0-A314-92CD1C5F483C")]
public interface class IDTSServerExecution100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")>]
type IDTSServerExecution100 =  interface end
public interface IDTSServerExecution100

Le type IDTSServerExecution100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ExecutionID Infrastructure. Gets a 64-bit integer that represents the unique identifier for the instance of execution.
Propriété publique ExecutionStatus Infrastructure. Gets the status of the instance of execution.
Propriété publique Synchronized Infrastructure. Gets a value that indicates whether the instance of execution is synchronized.

Haut de la page

Méthodes

  Nom Description
Méthode publique Dispose Infrastructure. Releases all the resources used by the IDTSServerExecution100 class.
Méthode publique SetCallerInfo Infrastructure. Sets the caller information property with the specified caller information.
Méthode publique SetParameterValue Infrastructure. Sets the parameter with the specified value.
Méthode publique SetPropertyOverrideValue Infrastructure. Sets the property for an instance of execution in the Integration Services catalog with the specified override value.
Méthode publique Start Infrastructure. Starts an instance of execution in the Integration Services catalog.

Haut de la page

Notes

For more information, see SsisServerExecution.

Voir aussi

Référence

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