MainPipeClass.GetObjectByID(Int32) 方法

定义

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSObject100 ^ GetObjectByID(int lID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSPipeline100::GetObjectByID;
[System.Runtime.InteropServices.DispId(14)]
public virtual 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
override this.GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100
Public Overridable Function GetObjectByID (lID As Integer) As IDTSObject100

参数

lID
Int32

返回

IDTSObject100 检索对象的接口。

实现

属性

注解

如果找不到具有指定ID的对象, DTS_E_OBJECTIDNOTFOUND 则会抛出异常。

适用于