IDTSCustomPropertyCollection100.New メソッド

定義

新しい IDTSCustomProperty100 オブジェクトを作成して、コレクションの末尾に追加します。

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

戻り値

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

属性

注釈

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

適用対象