IDTSExternalMetadataColumnCollection100.New Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.