Compartilhar via


Classe SsisServerExecution

Represents the SSIS server execution.

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Class SsisServerExecution _
    Implements IDTSServerExecution100
'Uso
Dim instance As SsisServerExecution
public class SsisServerExecution : IDTSServerExecution100
public ref class SsisServerExecution : IDTSServerExecution100
type SsisServerExecution =  
    class 
        interface IDTSServerExecution100 
    end
public class SsisServerExecution implements IDTSServerExecution100

O tipo SsisServerExecution expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública ExecutionID Gets the execution identifier of the instance.
Propriedade pública ExecutionStatus Gets a value that indicates the current status of the execution of the SsisServerExecution object.
Propriedade pública Synchronized Gets a value that indicates whether the execution is synchronized.

Início

Métodos

  Nome Descrição
Método público Dispose Releases the resources used by the SsisServerExecution class.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público SetCallerInfo Sets the caller information of server.
Método público SetParameterValue Sets a parameter value to the server.
Método público SetPropertyOverrideValue Sets the property value to the SsisServerExecution instance.
Método público Start Starts the execution for the SsisServerExecution instance.
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime