IDTSExternalMetadataColumnCollection100.NewAt(Int32) 方法

定義

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSExternalMetadataColumn100 ^ NewAt(int lIndex);
[System.Runtime.InteropServices.DispId(15)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSExternalMetadataColumn100 NewAt (int lIndex);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member NewAt : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSExternalMetadataColumn100
Public Function NewAt (lIndex As Integer) As IDTSExternalMetadataColumn100

參數

lIndex
Int32

傳回

IDTSExternalMetadataColumn100

新建立的 IDTSExternalMetadataColumn100 物件。

屬性

備註

這個方法會建立新的資料 IDTSExternalMetadataColumn100 行,並將它加入至集合中的指定位置。 如果參數所指定的位置 lIndex 超出集合的界限,則 DTS_E_INVALIDINDEX 會發生例外狀況,而且不會建立資料行。

適用於