Condividi tramite


MainPipeClass.GetObjectByID(Int32) Metodo

Definizione

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100 ^ GetObjectByID(int lID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSPipeline100::GetObjectByID;
[System.Runtime.InteropServices.DispId(14)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100 GetObjectByID (int lID);
[<System.Runtime.InteropServices.DispId(14)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
override this.GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
Public Overridable 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