IDTSExternalMetadataColumnCollection100.New Method

Definition

Creates a new IDTSExternalMetadataColumn100 object and adds it to the end of a collection.

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

Returns

The newly created IDTSExternalMetadataColumn100.

Attributes

Remarks

The New method creates a new IDTSExternalMetadataColumn100 column and adds it to the collection.

Applies to