IDTSCustomPropertyCollection100.New 方法

定義

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

傳回

IDTSCustomProperty100

新建立的 IDTSCustomProperty100 物件。

屬性

備註

元件應該只在期間將自訂屬性加入至集合 ProvideComponentProperties ,而 SSIS 設計工具會在將元件加入至資料流程工作之後呼叫該集合。

適用於