Share via


IDTSRuntimeConnectionCollection100.GetObjectByID(Int32) 方法

定义

从集合中检索 IDTSRuntimeConnection100 对象。

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

参数

lID
Int32

要从集合中检索的 IDTSRuntimeConnection100 的 ID。

返回

具有指定 ID 的 IDTSRuntimeConnection100 对象。

属性

注解

该方法 GetObjectByID 使用与参数匹配的 ID ID 检索运行时连接对象。 如果此 ID 不存在输入,则会发生Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_OBJECTIDNOTFOUND异常。

适用于