IDTSRuntimeConnection100 Interfaz

Definición

Hace referencia a un objeto ConnectionManager de un paquete.

public interface class IDTSRuntimeConnection100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("5EE09EA0-3383-4BA7-9E13-86A66B0DAD09")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("AD284E5F-02E6-4908-A96C-AE248F18CE1A")]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BD19BA31-8591-453D-A176-C8FF085C2CF7")]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("5EE09EA0-3383-4BA7-9E13-86A66B0DAD09")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnection100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("AD284E5F-02E6-4908-A96C-AE248F18CE1A")>]
type IDTSRuntimeConnection100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BD19BA31-8591-453D-A176-C8FF085C2CF7")>]
type IDTSRuntimeConnection100 = interface
    interface IDTSObject100
Public Interface IDTSRuntimeConnection100
Implements IDTSObject100
Atributos
Implementaciones

Comentarios

El IDTSRuntimeConnection100 objeto contiene una referencia a un ConnectionManager objeto del paquete que usa el componente para adquirir una conexión a un origen de datos externo. Los componentes de flujo de datos que requieren conexiones a orígenes de datos externos agregan una conexión en tiempo de ejecución a RuntimeConnectionCollection para indicar su necesidad de una conexión.

Propiedades

ConnectionManager

Obtiene o establece el objeto IDTSConnectionManager100 al que se hace referencia desde el objeto de conexión en tiempo de ejecución.

ConnectionManagerID

Obtiene o establece el identificador del objeto ConnectionManager contenido en el paquete y utilizado por el componente.

Description

Obtiene o establece la descripción del objeto IDTSRuntimeConnection100.

ID

Obtiene o establece el identificador del objeto IDTSRuntimeConnection100.

IdentificationString

Obtiene una cadena que identifica de forma única el objeto IDTSRuntimeConnection100.

Name

Obtiene o establece el nombre del objeto de conexión en tiempo de ejecución.

ObjectType

Obtiene la enumeración DTSObjectType del objeto de conexión en tiempo de ejecución.

Métodos

ReleaseConnectionManager()

Libera la referencia a una clase ConnectionManager a la que se hace referencia mediante un objeto IDTSRuntimeConnection100.

Se aplica a