IDTSInputCollection100.GetObjectByID(Int32) Metodo

Definizione

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSInput100 ^ GetObjectByID(int lID);
[System.Runtime.InteropServices.DispId(20)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSInput100 GetObjectByID(int lID);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSInput100
Public Function GetObjectByID (lID As Integer) As IDTSInput100

Parametri

lID
Int32

Valori restituiti

L'oggetto IDTSInput100 che ha l'ID specificato dal InputID parametro.

Attributi

Commenti

Il metodo GetObjectByID recupera l'oggetto di input con l'ID corrispondente al InputID parametro. Se un input non esiste con questo ID, si verifica un'eccezione DTS_E_OBJECTIDNOTFOUND .

Si applica a