IDTSRuntimeConnection100 Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Faz referência a um objeto ConnectionManager em um pacote.
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
- Implementações
Comentários
O IDTSRuntimeConnection100 objeto contém uma referência a um ConnectionManager objeto no pacote usado pelo componente para adquirir uma conexão com uma fonte de dados externa. Os componentes de fluxo de dados que exigem conexões com fontes de dados externas adicionam uma conexão em tempo de execução para indicar sua RuntimeConnectionCollection necessidade de uma conexão.
Propriedades
ConnectionManager |
Obtém ou define o objeto IDTSConnectionManager100 referenciado pelo objeto de conexão de tempo de execução. |
ConnectionManagerID |
Obtém ou define a ID do objeto ConnectionManager contido no pacote e usado pelo componente. |
Description |
Obtém ou define a descrição do objeto IDTSRuntimeConnection100. |
ID |
Obtém ou define a ID do objeto IDTSRuntimeConnection100. |
IdentificationString |
Obtém uma cadeia de caracteres que identifica exclusivamente o objeto IDTSRuntimeConnection100. |
Name |
Obtém ou define o nome do objeto de conexão de tempo de execução. |
ObjectType |
Obtém ou define o DTSObjectType do objeto de conexão de tempo de execução. |
Métodos
ReleaseConnectionManager() |
Libera a referência a um ConnectionManager referenciado por um objeto IDTSRuntimeConnection100. |