Condividi tramite


IDTSPipeline100.GetObjectByID(Int32) Metodo

Definizione

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

Parametri

lID
Int32

Restituisce

Interfaccia IDTSObject100 dell'oggetto recuperato.

Implementazioni

Attributi

Commenti

Se non viene trovato un oggetto con l'ID specificato, viene generata un'eccezione DTS_E_OBJECTIDNOTFOUND .

Si applica a