Partager via


Classe SsisServerExecution

Represents the SSIS server execution.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Dts.Runtime.SsisServerExecution

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

Syntaxe

'Déclaration
Public Class SsisServerExecution _
    Implements IDTSServerExecution100
'Utilisation
Dim instance As SsisServerExecution
public class SsisServerExecution : IDTSServerExecution100
public ref class SsisServerExecution : IDTSServerExecution100
type SsisServerExecution =  
    class 
        interface IDTSServerExecution100 
    end
public class SsisServerExecution implements IDTSServerExecution100

Le type SsisServerExecution expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ExecutionID Gets the execution identifier of the instance.
Propriété publique ExecutionStatus Gets a value that indicates the current status of the execution of the SsisServerExecution object.
Propriété publique Synchronized Gets a value that indicates whether the execution is synchronized.

Haut de la page

Méthodes

  Nom Description
Méthode publique Dispose Releases the resources used by the SsisServerExecution class.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique SetCallerInfo Sets the caller information of server.
Méthode publique SetParameterValue Sets a parameter value to the server.
Méthode publique SetPropertyOverrideValue Sets the property value to the SsisServerExecution instance.
Méthode publique Start Starts the execution for the SsisServerExecution instance.
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime