IDTSCustomPropertyCollection100.New メソッド

定義

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

返品

新たに作成されたIDTSCustomProperty100オブジェクトです。

属性

注釈

コンポーネントは、コンポーネントがデータフロータスクに追加された後にSSISデザイナーが呼び出すProvideComponentPropertiesの間のみ、コレクションにカスタムプロパティを追加すべきです。

適用対象