Condividi tramite


IDTSInputCollection100.Item[Object] Proprietà

Definizione

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

Parametri

Index
Object

Valore della proprietà

Oggetto IDTSInput100 specificato dal parametro Index.

Attributi

Commenti

Il parametro dell'oggetto può specificare il nome o l'indice dell'oggetto di input nell'insieme. Se l'input specificato dal parametro Index non viene trovato nella raccolta, si verifica un'eccezione DTS_E_ELEMENTNOTFOUND .

Si applica a