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 | |
---|---|---|
ExecutionID | Gets the execution identifier of the instance. | |
ExecutionStatus | Gets a value that indicates the current status of the execution of the SsisServerExecution object. | |
Synchronized | Gets a value that indicates whether the execution is synchronized. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Dispose | Releases the resources used by the SsisServerExecution class. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
SetCallerInfo | Sets the caller information of server. | |
SetParameterValue | Sets a parameter value to the server. | |
SetPropertyOverrideValue | Sets the property value to the SsisServerExecution instance. | |
Start | Starts the execution for the SsisServerExecution instance. | |
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.