Compartir a través de


Interfaz IDTSServerExecution100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents an instance of execution in the Integration Services catalog.

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

Sintaxis

'Declaración
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")> _
Public Interface IDTSServerExecution100
'Uso
Dim instance As IDTSServerExecution100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")]
public interface IDTSServerExecution100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"9D3338B9-D369-4AF0-A314-92CD1C5F483C")]
public interface class IDTSServerExecution100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")>]
type IDTSServerExecution100 =  interface end
public interface IDTSServerExecution100

El tipo IDTSServerExecution100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ExecutionID Infraestructura. Gets a 64-bit integer that represents the unique identifier for the instance of execution.
Propiedad pública ExecutionStatus Infraestructura. Gets the status of the instance of execution.
Propiedad pública Synchronized Infraestructura. Gets a value that indicates whether the instance of execution is synchronized.

Arriba

Métodos

  Nombre Descripción
Método público Dispose Infraestructura. Releases all the resources used by the IDTSServerExecution100 class.
Método público SetCallerInfo Infraestructura. Sets the caller information property with the specified caller information.
Método público SetParameterValue Infraestructura. Sets the parameter with the specified value.
Método público SetPropertyOverrideValue Infraestructura. Sets the property for an instance of execution in the Integration Services catalog with the specified override value.
Método público Start Infraestructura. Starts an instance of execution in the Integration Services catalog.

Arriba

Comentarios

For more information, see SsisServerExecution.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper