MainPipeClass.IDTSObjectModel100_GetObjectByID(Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100 ^ IDTSObjectModel100_GetObjectByID(int lID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObjectModel100::GetObjectByID;
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100 IDTSObjectModel100_GetObjectByID (int lID);
abstract member IDTSObjectModel100_GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
override this.IDTSObjectModel100_GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
Public Overridable Function IDTSObjectModel100_GetObjectByID (lID As Integer) As IDTSObject100
Parâmetros
- lID
- Int32
Retornos
A interface IDTSObject100 do objeto a ser recuperado.
Comentários
Se um objeto com a ID especificada não for encontrado, uma DTS_E_OBJECTIDNOTFOUND exceção será gerada.