次の方法で共有


IDTSCustomPropertyCollection100.New メソッド

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

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Function New As IDTSCustomProperty100
'使用
Dim instance As IDTSCustomPropertyCollection100 
Dim returnValue As IDTSCustomProperty100 

returnValue = instance.New()
IDTSCustomProperty100 New()
IDTSCustomProperty100^ New()
abstract New : unit -> IDTSCustomProperty100
function New() : IDTSCustomProperty100

戻り値

型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
新しく作成された IDTSCustomProperty100 オブジェクトです。

説明

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

関連項目

参照

IDTSCustomPropertyCollection100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間