IDTSInputCollection100.Item[Object] 屬性

定義

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSInput100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSInput100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSInput100 this[object Index] { [System.Runtime.InteropServices.DispId(0)] get; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
member this.Item(obj) : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSInput100
Default Public ReadOnly Property Item(Index As Object) As IDTSInput100

參數

Index
Object

屬性值

IDTSInput100

Index 參數指定的 IDTSInput100 物件。

屬性

備註

物件參數可以指定集合中輸入物件的名稱或索引。 如果在集合中找不到索引參數所指定的輸入, DTS_E_ELEMENTNOTFOUND 就會發生例外狀況。

適用於