MainPipeClass.GetObjectByID(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- lID
- Int32
返回
检索的对象的 IDTSObject100 接口。
实现
- 属性
注解
如果找不到具有指定 ID 的对象,则 DTS_E_OBJECTIDNOTFOUND 会引发异常。