IDTSCustomPropertyCollection100.New Método

Definición

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

Devoluciones

El objeto IDTSCustomProperty100 recién creado.

Atributos

Comentarios

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

Se aplica a