IDTSRuntimeConnection100 Interfaz

Definición

public interface class IDTSRuntimeConnection100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100
[System.Runtime.InteropServices.Guid("5F0422E1-9AF0-4A92-8874-E54A065456A9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
[<System.Runtime.InteropServices.Guid("5F0422E1-9AF0-4A92-8874-E54A065456A9")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnection100 = interface
    interface IDTSObject100
Public Interface IDTSRuntimeConnection100
Implements IDTSObject100
Atributos
Implementaciones

Comentarios

El objeto IDTSRuntimeConnection100 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
ConnectionManagerID
Description
ID
IdentificationString
Name
ObjectType

Métodos

ReleaseConnectionManager()

Se aplica a