IDTSCustomPropertyCollection100.New Método

Definición

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSCustomProperty100 ^ New();
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSCustomProperty100 New ();
[<System.Runtime.InteropServices.DispId(14)>]
abstract member New : unit -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSCustomProperty100
Public Function New () As IDTSCustomProperty100

Devoluciones

Objeto IDTSCustomProperty100 recién creado.

Atributos

Comentarios

Los componentes solo deben agregar propiedades personalizadas a la colección durante ProvideComponentProperties, que el Diseñador de SSIS llama después de agregar un componente a una tarea de flujo de datos.

Se aplica a