Classe SsisServerExecution

Represents the SSIS server execution.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Class SsisServerExecution _
    Implements IDTSServerExecution100
'Utilizzo
Dim instance As SsisServerExecution
public class SsisServerExecution : IDTSServerExecution100
public ref class SsisServerExecution : IDTSServerExecution100
type SsisServerExecution =  
    class 
        interface IDTSServerExecution100 
    end
public class SsisServerExecution implements IDTSServerExecution100

Nel tipo SsisServerExecution sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ExecutionID Gets the execution identifier of the instance.
Proprietà pubblica ExecutionStatus Gets a value that indicates the current status of the execution of the SsisServerExecution object.
Proprietà pubblica Synchronized Gets a value that indicates whether the execution is synchronized.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Dispose Releases the resources used by the SsisServerExecution class.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico SetCallerInfo Sets the caller information of server.
Metodo pubblico SetParameterValue Sets a parameter value to the server.
Metodo pubblico SetPropertyOverrideValue Sets the property value to the SsisServerExecution instance.
Metodo pubblico Start Starts the execution for the SsisServerExecution instance.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime