Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 | |
|---|---|---|
![]() |
ExecutionID | Infrastructure. Gets a 64-bit integer that represents the unique identifier for the instance of execution. |
![]() |
ExecutionStatus | Infrastructure. Gets the status of the instance of execution. |
![]() |
Synchronized | Infrastructure. Gets a value that indicates whether the instance of execution is synchronized. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Dispose | Infrastructure. Releases all the resources used by the IDTSServerExecution100 class. |
![]() |
SetCallerInfo | Infrastructure. Sets the caller information property with the specified caller information. |
![]() |
SetParameterValue | Infrastructure. Sets the parameter with the specified value. |
![]() |
SetPropertyOverrideValue | Infrastructure. Sets the property for an instance of execution in the Integration Services catalog with the specified override value. |
![]() |
Start | Infrastructure. Starts an instance of execution in the Integration Services catalog. |
Haut de la page
Notes
For more information, see SsisServerExecution.
.gif)
.gif)