Condividi tramite


IDTSOutputCollection100.GetObjectByID(Int32) Metodo

Definizione

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

Parametri

lID
Int32

Restituisce

Oggetto IDTSInput100 con l'ID specificato.

Attributi

Commenti

Se un output con l'ID specificato non viene trovato nella raccolta, viene generata un'eccezione Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_OBJECTNOTFOUND.

Si applica a