IDTSCustomPropertyCollection100.New Metodo

Definizione

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

Restituisce

Oggetto IDTSCustomProperty100 appena creato.

Attributi

Commenti

I componenti devono aggiungere proprietà personalizzate alla raccolta durante ProvideComponentProperties, che il Designer SSIS chiama dopo l'aggiunta di un componente a un'attività flusso di dati.

Si applica a