Condividi tramite


MainPipeClass.IDTSObjectModel100_GetObjectByID(Int32) Metodo

Definizione

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSObject100 ^ IDTSObjectModel100_GetObjectByID(int lID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSObjectModel100::GetObjectByID;
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100 IDTSObjectModel100_GetObjectByID (int lID);
abstract member IDTSObjectModel100_GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100
override this.IDTSObjectModel100_GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100
Public Overridable Function IDTSObjectModel100_GetObjectByID (lID As Integer) As IDTSObject100

Parametri

lID
Int32

Restituisce

Interfaccia IDTSObject100 dell'oggetto recuperato.

Commenti

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

Si applica a