IDTSInputCollection100.GetObjectByID(Int32) Metodo

Definizione

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

Parametri

lID
Int32

Restituisce

IDTSInput100

Oggetto IDTSInput100 con l'ID specificato dal parametro InputID.

Attributi

Commenti

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

Si applica a