IDTSOutputCollection100.GetObjectByID(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索具有指定 ID 的 IDTSOutput100 对象。
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ GetObjectByID(int lID);
[System.Runtime.InteropServices.DispId(20)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 GetObjectByID (int lID);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
Public Function GetObjectByID (lID As Integer) As IDTSOutput100
参数
- lID
- Int32
要从集合中检索的输出的 ID。
返回
具有指定 ID 的 IDTSInput100 对象。
- 属性
注解
如果在集合中找不到具有指定 ID 的输出,则会引发Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_OBJECTNOTFOUND异常。