IDTSOutputCollection100.GetObjectByID(Int32) 方法

定义

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSOutput100 ^ GetObjectByID(int lID);
[System.Runtime.InteropServices.DispId(20)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSOutput100 GetObjectByID (int lID);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSOutput100
Public Function GetObjectByID (lID As Integer) As IDTSOutput100

参数

lID
Int32

返回

具有指定 ID 的 IDTSOutput100 对象。

属性

注解

如果在集合中找不到具有指定 ID 的输出,则会引发Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_OBJECTNOTFOUND异常。

适用于