IDTSComponentMetaDataCollection100 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.
Contém uma coleção de objetos IDTSComponentMetaData100 .
public interface class IDTSComponentMetaDataCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("985E3327-3C34-4F4D-BF44-DA7A46BCBE56")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("77ACF3C3-1991-4882-B575-F0CF0CE824A0")]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BC1026E1-9E12-42D1-9C10-831B4BC2D963")]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("985E3327-3C34-4F4D-BF44-DA7A46BCBE56")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentMetaDataCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("77ACF3C3-1991-4882-B575-F0CF0CE824A0")>]
type IDTSComponentMetaDataCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BC1026E1-9E12-42D1-9C10-831B4BC2D963")>]
type IDTSComponentMetaDataCollection100 = interface
interface IEnumerable
Public Interface IDTSComponentMetaDataCollection100
Implements IEnumerable
- Atributos
- Implementações
Comentários
A IDTSComponentMetaDataCollection100 coleção contém os IDTSComponentMetaData100 objetos , que são componentes que foram adicionados à MainPipe classe .
Os componentes são adicionados ao IDTSComponentMetaDataCollection100 chamando o New método . Os objetos nesta coleção representam os componentes na tarefa de fluxo de dados, que no modelo de objeto é o MainPipe objeto .
Propriedades
Count |
Obtém o número de elementos contidos em um IDTSComponentMetaDataCollection100. |
Item[Object] |
Obtém o objeto IDTSComponentMetaData100 especificado pelo parâmetro |