Compartilhar via


IDTSInputColumn100.CustomPropertyCollection Propriedade

Definição

Obtém a coleção IDTSCustomPropertyCollection100 de uma coluna de entrada.

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

Valor da propriedade

A IDTSCustomPropertyCollection100 da coluna de entrada.

Atributos

Comentários

A CustomPropertyCollection propriedade contém a coleção de IDTSCustomProperty100 objetos adicionados à entrada pelo componente.

Aplica-se a