共用方式為


IDTSOutputColumnCollection100.New Method

Definition

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

Returns

The newly created IDTSOutputColumn100 object.

Attributes

Remarks

New output columns are added to the end of the collection.

Applies to