Share via


IDTSComponentMetaData100.CustomPropertyCollection Propiedad

Definición

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

Valor de propiedad

Colección de propiedades personalizadas expuestas por un componente.

Atributos

Comentarios

La colección de propiedades personalizadas contiene los IDTSCustomProperty100 objetos agregados a la colección por el componente . Los desarrolladores que compilan o modifican mediante programación componentes de flujo de datos no deben establecer los valores de estas propiedades directamente, sino que deben llamar al SetComponentProperty método de la instancia en tiempo de diseño del componente.

Se aplica a