IDTSComponentMetaData100.RuntimeConnectionCollection Propriedade

Definição

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSRuntimeConnectionCollection100 ^ RuntimeConnectionCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSRuntimeConnectionCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(114)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSRuntimeConnectionCollection100 RuntimeConnectionCollection { [System.Runtime.InteropServices.DispId(114)] get; }
[<System.Runtime.InteropServices.DispId(114)>]
[<get: System.Runtime.InteropServices.DispId(114)>]
member this.RuntimeConnectionCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSRuntimeConnectionCollection100
Public ReadOnly Property RuntimeConnectionCollection As IDTSRuntimeConnectionCollection100

Valor da propriedade

IDTSRuntimeConnectionCollection100

O IDTSRuntimeConnectionCollection100 do componente.

Atributos

Comentários

Essa coleção contém os IDTSRuntimeConnection100 objetos definidos pelo componente. Ele pode ser usado para acessar, adicionar e remover objetos de conexão de tempo de execução da coleção. Novos objetos de conexão em tempo de execução são criados e adicionados à coleção chamando o novo método da coleção. Ao modificar programaticamente um componente existente em uma tarefa de fluxo de dados, a coleção não deve ser modificada diretamente.

Aplica-se a