Compartir a través de


Clase SsisServerExecution

Represents the SSIS server execution.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
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

El tipo SsisServerExecution expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ExecutionID Gets the execution identifier of the instance.
Propiedad pública ExecutionStatus Gets a value that indicates the current status of the execution of the SsisServerExecution object.
Propiedad pública Synchronized Gets a value that indicates whether the execution is synchronized.

Arriba

Métodos

  Nombre Descripción
Método público Dispose Releases the resources used by the SsisServerExecution class.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda 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 (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime