IDTSComponentMetaData100.CustomPropertyCollection Propiedad

Definición

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSCustomPropertyCollection100 ^ CustomPropertyCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSCustomPropertyCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(105)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.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.Sql2012.IDTSCustomPropertyCollection100
Public ReadOnly Property CustomPropertyCollection As IDTSCustomPropertyCollection100

Valor de propiedad

La colección de propiedades personalizadas expuestas por un componente.

Atributos

Comentarios

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

Se aplica a