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 | |
---|---|---|
ExecutionID | Infraestructura. Gets a 64-bit integer that represents the unique identifier for the instance of execution. | |
ExecutionStatus | Infraestructura. Gets the status of the instance of execution. | |
Synchronized | Infraestructura. Gets a value that indicates whether the instance of execution is synchronized. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Dispose | Infraestructura. Releases all the resources used by the IDTSServerExecution100 class. | |
SetCallerInfo | Infraestructura. Sets the caller information property with the specified caller information. | |
SetParameterValue | Infraestructura. Sets the parameter with the specified value. | |
SetPropertyOverrideValue | Infraestructura. Sets the property for an instance of execution in the Integration Services catalog with the specified override value. | |
Start | Infraestructura. Starts an instance of execution in the Integration Services catalog. |
Arriba
Comentarios
For more information, see SsisServerExecution.