IDTSDesigntimeComponent100.InsertExternalMetadataColumnAt 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.
Inserts a new external metadata column into the collection of external metadata columns at the specified index.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSExternalMetadataColumn100 ^ InsertExternalMetadataColumnAt(int lID, int lExternalMetadataColumnIndex, System::String ^ bstrName, System::String ^ bstrDescription);
[System.Runtime.InteropServices.DispId(37)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100 InsertExternalMetadataColumnAt (int lID, int lExternalMetadataColumnIndex, string bstrName, string bstrDescription);
[<System.Runtime.InteropServices.DispId(37)>]
abstract member InsertExternalMetadataColumnAt : int * int * string * string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100
Public Function InsertExternalMetadataColumnAt (lID As Integer, lExternalMetadataColumnIndex As Integer, bstrName As String, bstrDescription As String) As IDTSExternalMetadataColumn100
Parameters
- lID
- Int32
The ID of the IDTSInput100 or IDTSOutput100 with which the external metadata column is associated.
- lExternalMetadataColumnIndex
- Int32
The index at which the new external metadata column should be inserted into the collection.
- bstrName
- String
The name of the new external metadata column.
- bstrDescription
- String
The description of the new external metadata column.
Returns
The newly created IDTSExternalMetadataColumn100.
- Attributes