IDTSInputCollection100.NewAt(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSInput100 ^ NewAt(int lIndex);
[System.Runtime.InteropServices.DispId(15)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSInput100 NewAt (int lIndex);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member NewAt : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSInput100
Public Function NewAt (lIndex As Integer) As IDTSInput100
參數
- lIndex
- Int32
傳回
新建立的 IDTSInput100 物件。
- 屬性
備註
NewAt 方法會在集合中的指定位置建立新的輸入物件,並傳回新建立的輸入物件。 如果 Index 參數超出集合的界限範圍, DTS_E_INVALIDINDEX 就會發生例外狀況。