次の方法で共有


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 オブジェクトです。

属性

注釈

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

適用対象