IDTSInputColumn100.CustomPropertyCollection Propiedad

Definición

Obtiene la colección IDTSCustomPropertyCollection100 de una columna 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 de propiedad

IDTSCustomPropertyCollection100 de la columna de entrada.

Atributos

Comentarios

La CustomPropertyCollection propiedad contiene la colección de IDTSCustomProperty100 objetos agregados a la entrada por el componente.

Se aplica a