IDTSOutputCollection100.New 方法

定义

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

返回

新创建的 IDTSOutput100

属性

注解

组件使用 ProvideComponentProperties 将对象添加到IDTSOutput100集合中。 组件还可以允许在设计器中编辑组件时添加 IDTSOutput100 对象。

以编程方式将组件添加到数据流任务的开发人员不应使用此方法向集合中添加输出,因为它可能会中断组件。 请改为调用 InsertOutput 组件的设计时实例的方法。

适用于