IDTSPipeline100.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:
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
Parâmetros
- lID
- Int32
Retornos
A interface IDTSObject100 do objeto a ser recuperado.
Implementações
- Atributos
Comentários
Se um objeto com a ID especificada não for encontrado, uma DTS_E_OBJECTIDNOTFOUND exceção será gerada.